From 3e8440db74974576a3d5665ae338dd923fb1ef5e Mon Sep 17 00:00:00 2001 From: Pat Thoyts Date: Fri, 27 Nov 2009 15:20:46 +0000 Subject: [PATCH] Fix spelling mistake that prevents resetting the time format to default Signed-off-by: Pat Thoyts --- bin/sockspy.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.23.0