aboutsummaryrefslogtreecommitdiffstats
path: root/ext/tk/lib
diff options
context:
space:
mode:
authora_matsuda <a_matsuda@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-12-27 09:57:30 +0000
committera_matsuda <a_matsuda@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-12-27 09:57:30 +0000
commit35ca35971e2f7efdd78da1c1a50a04ad09975702 (patch)
treec648949c25b1d11b99df8e15613d557e836724e2 /ext/tk/lib
parentff9b1f7a08c68b373dae61cbad30ac9eeb49d5ae (diff)
downloadruby-35ca35971e2f7efdd78da1c1a50a04ad09975702.tar.gz
Typos in messages
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53333 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/tk/lib')
-rw-r--r--ext/tk/lib/tk/font.rb2
1 files changed, 1 insertions, 1 deletions
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"