From: Brian Warner Date: Wed, 26 Sep 2007 19:07:37 +0000 (-0700) Subject: test_system.py minor typo X-Git-Tag: allmydata-tahoe-0.6.1~79 X-Git-Url: https://git.rkrishnan.org/?a=commitdiff_plain;h=0596b9fe19b1e665c869ed37ff36ac36557e1729;p=tahoe-lafs%2Ftahoe-lafs.git test_system.py minor typo --- diff --git a/src/allmydata/test/test_system.py b/src/allmydata/test/test_system.py index e203d5d3..38784cca 100644 --- a/src/allmydata/test/test_system.py +++ b/src/allmydata/test/test_system.py @@ -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