summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoremkael <emkael@tlen.pl>2016-11-15 01:40:27 +0100
committeremkael <emkael@tlen.pl>2016-11-15 01:40:27 +0100
commitc5571ae981c408c77b055eaeb8a9ce5289f86720 (patch)
tree7db4a10e6bc3c2bbe07e0da5e51b5ada677592f9
parentd4523629cd9d22e8245334911678ec0da2759a4b (diff)
* typo fix
-rw-r--r--src/bidding_data_gui.py2
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)
}