From d70b8eba3b4628591b4915a5805f9b825368a5cd Mon Sep 17 00:00:00 2001 From: Eli Barzilay Date: Tue, 14 Feb 2006 20:15:55 +0000 Subject: [PATCH] typo svn: r2225 --- collects/handin-client/handin-multi.ss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/handin-client/handin-multi.ss b/collects/handin-client/handin-multi.ss index 09b95c0ff8..01c50f1040 100644 --- a/collects/handin-client/handin-multi.ss +++ b/collects/handin-client/handin-multi.ss @@ -22,7 +22,7 @@ (define update (and (#%info-lookup 'enable-auto-update (lambda () #f)) - (dynamic-require `(lib "updater.ss" ,this-collection) 'bg-update))) + (dynamic-require `(lib "updater.ss" ,this-collection) 'update))) ;; ========================================================================== (define magic #"<<>>")