test_system.py minor typo

This commit is contained in:
Brian Warner 2007-09-26 12:07:37 -07:00
parent 0cfed96796
commit 0596b9fe19

View 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