From b6f583612237d89f58929aaf04361a054a83bf11 Mon Sep 17 00:00:00 2001 From: Eli Barzilay Date: Tue, 16 Oct 2007 12:19:15 +0000 Subject: [PATCH] typo svn: r7508 --- collects/handin-client/client-gui.ss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/handin-client/client-gui.ss b/collects/handin-client/client-gui.ss index 99f982a7a7..d61d1ef1a2 100644 --- a/collects/handin-client/client-gui.ss +++ b/collects/handin-client/client-gui.ss @@ -62,7 +62,7 @@ [(new) (protect (lambda () (when (and password-keep-minutes - (not (equal? 0) password-keep-minutes) + (not (equal? 0 password-keep-minutes)) (not (equal? passwd new))) (when timer (kill-thread timer)) (set! passwd new)