summaryrefslogtreecommitdiff
path: root/ext/tk/lib
diff options
context:
space:
mode:
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"