summaryrefslogtreecommitdiff
path: root/ext/tk/lib/tkclass.rb
diff options
context:
space:
mode:
Diffstat (limited to 'ext/tk/lib/tkclass.rb')
-rw-r--r--ext/tk/lib/tkclass.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/tk/lib/tkclass.rb b/ext/tk/lib/tkclass.rb
index 0b33d4ec8b..f5673d7fe7 100644
--- a/ext/tk/lib/tkclass.rb
+++ b/ext/tk/lib/tkclass.rb
@@ -9,7 +9,7 @@ TopLevel = TkToplevel
Frame = TkFrame
Label = TkLabel
Button = TkButton
-Radiobutton = TkRadioButton
+Radiobutton = TkRadiobutton
Checkbutton = TkCheckButton
Message = TkMessage
Entry = TkEntry