Darren Ranalli пре 23 година
родитељ
комит
b62c619028
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      direct/src/gui/DirectDialog.py

+ 1 - 1
direct/src/gui/DirectDialog.py

@@ -55,7 +55,7 @@ class DirectDialog(DirectFrame):
             buttonHotKeyList     List of hotkeys to bind to each button.
             buttonHotKeyList     List of hotkeys to bind to each button.
                                  Typing hotkey is equivalent to pressing
                                  Typing hotkey is equivalent to pressing
                                  the corresponding button.
                                  the corresponding button.
-            supressKeys          Set to true if you wish to supress keys
+            suppressKeys         Set to true if you wish to suppress keys
                                  (i.e. Dialog eats key event), false if
                                  (i.e. Dialog eats key event), false if
                                  you wish Dialog to pass along key event
                                  you wish Dialog to pass along key event
             buttonSize           4-tuple used to specify custom size for
             buttonSize           4-tuple used to specify custom size for