mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* typo
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@5143 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
7bc53bf0f6
commit
31963249b9
1 changed files with 2 additions and 2 deletions
|
@ -20,12 +20,12 @@ class TkAlignBox < TkFrame
|
|||
end
|
||||
|
||||
def _set_framesize
|
||||
fail RuntimeError, "TkAlignBox is an abstruct class"
|
||||
fail RuntimeError, "TkAlignBox is an abstract class"
|
||||
end
|
||||
private :_set_framesize
|
||||
|
||||
def _place_config(widget, idx, cnt)
|
||||
fail RuntimeError, "TkAlignBox is an abstruct class"
|
||||
fail RuntimeError, "TkAlignBox is an abstract class"
|
||||
end
|
||||
private :_place_config
|
||||
|
||||
|
|
Loading…
Reference in a new issue