]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
test_system.py: fix minor typo
authorBrian Warner <warner@lothar.com>
Tue, 12 Jun 2012 01:16:36 +0000 (18:16 -0700)
committerBrian Warner <warner@lothar.com>
Tue, 12 Jun 2012 01:16:36 +0000 (18:16 -0700)
src/allmydata/test/test_system.py

index 494069e8f623aaf2826725c0b5a641ac314e0f7d..bf9683272ad9502c99283880744198a53d8fe20d 100644 (file)
@@ -194,7 +194,7 @@ class SystemTest(SystemTestMixin, RunBinTahoeMixin, unittest.TestCase):
                     facility="tahoe.tests")
             d1 = download_to_data(badnode)
             def _baduri_should_fail(res):
-                log.msg("finished downloading non-existend URI",
+                log.msg("finished downloading non-existent URI",
                         level=log.UNUSUAL, facility="tahoe.tests")
                 self.failUnless(isinstance(res, Failure))
                 self.failUnless(res.check(NoSharesError),