]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
test_system.py minor typo
authorBrian Warner <warner@allmydata.com>
Wed, 26 Sep 2007 19:07:37 +0000 (12:07 -0700)
committerBrian Warner <warner@allmydata.com>
Wed, 26 Sep 2007 19:07:37 +0000 (12:07 -0700)
src/allmydata/test/test_system.py

index e203d5d3bdc51dc04a792fcc5addbc5efe99516d..38784cca1207ae64558850388c8d52f8c916a087 100644 (file)
@@ -226,7 +226,7 @@ class SystemTest(testutil.SignalMixin, unittest.TestCase):
                                 "expected NotEnoughPeersError, got %s" % res)
                 # TODO: files that have zero peers should get a special kind
                 # of NotEnoughPeersError, which can be used to suggest that
-                # the URI might be wrong or that they've nver uploaded the
+                # the URI might be wrong or that they've never uploaded the
                 # file in the first place.
             d1.addBoth(_baduri_should_fail)
             return d1