From 35ca35971e2f7efdd78da1c1a50a04ad09975702 Mon Sep 17 00:00:00 2001 From: a_matsuda Date: Sun, 27 Dec 2015 09:57:30 +0000 Subject: Typos in messages git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53333 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/tk/lib/tk/font.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/tk/lib') diff --git a/ext/tk/lib/tk/font.rb b/ext/tk/lib/tk/font.rb index 4c23f73ef9..6ae46ebb8e 100644 --- a/ext/tk/lib/tk/font.rb +++ b/ext/tk/lib/tk/font.rb @@ -162,7 +162,7 @@ class TkFont end def dup - fail RuntimeError, "cannot dupulicate a descendant font" + fail RuntimeError, "cannot duplicate a descendant font" end def clone fail RuntimeError, "cannot clone a descendant font" -- cgit v1.2.3