diff options
| author | nagai <nagai@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-05-08 14:21:31 +0000 |
|---|---|---|
| committer | nagai <nagai@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-05-08 14:21:31 +0000 |
| commit | 4ec8451d16cfcbf41b5d129520afb27f339a5214 (patch) | |
| tree | ca854307980dcacce6175a101f273922b96818d0 /ext/tk/lib/tk.rb | |
| parent | 6225ee6fca300cf32122d7f597f4e189d17d1d28 (diff) | |
| download | ruby-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/tk.rb')
| -rw-r--r-- | ext/tk/lib/tk.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/tk/lib/tk.rb b/ext/tk/lib/tk.rb index 3468b108a..43e8c44b5 100644 --- a/ext/tk/lib/tk.rb +++ b/ext/tk/lib/tk.rb @@ -4024,7 +4024,7 @@ end #Tk.freeze module Tk - RELEASE_DATE = '2005-04-09'.freeze + RELEASE_DATE = '2005-05-08'.freeze autoload :AUTO_PATH, 'tk/variable' autoload :TCL_PACKAGE_PATH, 'tk/variable' |
