diff options
-rw-r--r-- | src/bidding_data_gui.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bidding_data_gui.py b/src/bidding_data_gui.py index aeca15e..e99bcca 100644 --- a/src/bidding_data_gui.py +++ b/src/bidding_data_gui.py @@ -216,7 +216,7 @@ class BiddingGUI(tk.Frame): # and to Goniec parameters 'goniec_host': tk.StringVar(master=self), 'goniec_port': tk.IntVar(master=self), - # "boolean" variable to hold chackbox state + # "boolean" variable to hold checkbox state 'goniec_enabled': tk.IntVar(master=self) } |