From e0f617aead6cd9711308762971c2034e083bfd56 Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Tue, 28 Oct 2003 04:44:29 +0000 Subject: [PATCH] Beware the Dowloading! --- test/test_Debian.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_Debian.py b/test/test_Debian.py index e7a293429..e50f9b926 100644 --- a/test/test_Debian.py +++ b/test/test_Debian.py @@ -47,7 +47,7 @@ class DebianTestCase(PluginTestCase, PluginDocumentation): pass else: print - print "Dowloading files, this may take awhile" + print "Downloading files, this may take awhile" filename = os.path.join(conf.dataDir, 'Contents-i386.gz') while not os.path.exists(filename): time.sleep(1)