From: Brian Warner <warner@lothar.com>
Date: Tue, 12 Jun 2012 01:16:36 +0000 (-0700)
Subject: test_system.py: fix minor typo
X-Git-Url: https://git.rkrishnan.org/components/com_hotproperty/simplejson/frontends?a=commitdiff_plain;h=82519ef93f6ab21a7ce06cb0e82b84f849dfbb0e;p=tahoe-lafs%2Ftahoe-lafs.git

test_system.py: fix minor typo
---

diff --git a/src/allmydata/test/test_system.py b/src/allmydata/test/test_system.py
index 494069e8..bf968327 100644
--- a/src/allmydata/test/test_system.py
+++ b/src/allmydata/test/test_system.py
@@ -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),