From: Pat Thoyts Date: Fri, 27 Nov 2009 15:20:46 +0000 (+0000) Subject: Fix spelling mistake that prevents resetting the time format to default X-Git-Tag: v2.6~10 X-Git-Url: http://privyetmir.co.uk/gitweb.cgi?a=commitdiff_plain;h=3e8440db74974576a3d5665ae338dd923fb1ef5e;p=sockspy Fix spelling mistake that prevents resetting the time format to default Signed-off-by: Pat Thoyts --- diff --git a/bin/sockspy.tcl b/bin/sockspy.tcl index 1833b15..4ef19e4 100644 --- a/bin/sockspy.tcl +++ b/bin/sockspy.tcl @@ -539,7 +539,7 @@ proc timestampWindow {} { # tfButton -- handles button clicks on the timestamp dialog # proc tfButton {who} { - if {$who == "defaut"} { + if {$who == "default"} { set ::state(timeFormat) $::state(timeFormatDefault) } elseif {$who == "ok"} { destroy .tf