summaryrefslogtreecommitdiffstats
path: root/ext/tk/lib/tkextlib
diff options
context:
space:
mode:
authornagai <nagai@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-05-08 14:21:31 +0000
committernagai <nagai@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-05-08 14:21:31 +0000
commit4ec8451d16cfcbf41b5d129520afb27f339a5214 (patch)
treeca854307980dcacce6175a101f273922b96818d0 /ext/tk/lib/tkextlib
parent6225ee6fca300cf32122d7f597f4e189d17d1d28 (diff)
downloadruby-4ec8451d16cfcbf41b5d129520afb27f339a5214.tar.gz
ruby-4ec8451d16cfcbf41b5d129520afb27f339a5214.tar.xz
ruby-4ec8451d16cfcbf41b5d129520afb27f339a5214.zip
* ext/tk/lib/tk/timer.rb: fix typo
git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@8411 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/tk/lib/tkextlib')
-rw-r--r--ext/tk/lib/tkextlib/vu/pie.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/tk/lib/tkextlib/vu/pie.rb b/ext/tk/lib/tkextlib/vu/pie.rb
index dc676ad76..78f3fa54d 100644
--- a/ext/tk/lib/tkextlib/vu/pie.rb
+++ b/ext/tk/lib/tkextlib/vu/pie.rb
@@ -127,7 +127,7 @@ class Tk::Vu::PieSlice
def initialize(parent, *args)
unless parent.kind_of?(Tk::Vu::Pie)
- fail ArguemntError, "expect a Tk::Vu::Pie instance for 1st argument"
+ fail ArgumentError, "expect a Tk::Vu::Pie instance for 1st argument"
end
@parent = @pie = parent
@ppath = parent.path
@@ -218,7 +218,7 @@ class Tk::Vu::NamedPieSlice
def initialize(parent, name, *args)
unless parent.kind_of?(Tk::Vu::Pie)
- fail ArguemntError, "expect a Tk::Vu::Pie instance for 1st argument"
+ fail ArgumentError, "expect a Tk::Vu::Pie instance for 1st argument"
end
@parent = @pie = parent
@ppath = parent.path