* typo bug

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4303 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nagai 2003-08-03 10:53:09 +00:00
parent 685082d06f
commit ebe22aafa2
1 changed files with 1 additions and 1 deletions

View File

@ -4532,7 +4532,7 @@ class TkScale<TkWindow
elsif slot.kind_of?(Hash) &&
(slot.key?('command') || slot.key?(:command))
slot = _symbolkey2str(slot)
slot['command'] = __wrap_command_arg(slot.delete('command'))
slot['command'] = _wrap_command_arg(slot.delete('command'))
end
super(slot, value)
end