From c5571ae981c408c77b055eaeb8a9ce5289f86720 Mon Sep 17 00:00:00 2001 From: emkael Date: Tue, 15 Nov 2016 01:40:27 +0100 Subject: * typo fix --- src/bidding_data_gui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/bidding_data_gui.py') 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) } -- cgit v1.2.3