From 0596b9fe19b1e665c869ed37ff36ac36557e1729 Mon Sep 17 00:00:00 2001 From: Brian Warner Date: Wed, 26 Sep 2007 12:07:37 -0700 Subject: [PATCH] test_system.py minor typo --- src/allmydata/test/test_system.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.45.2