From: Daira Hopwood <daira@jacaranda.org>
Date: Thu, 5 Sep 2013 16:46:47 +0000 (+0100)
Subject: Tue Jun 12 02:16:36 BST 2012  Brian Warner <warner@lothar.com>
X-Git-Url: https://git.rkrishnan.org/simplejson/components/%3C?a=commitdiff_plain;h=e3f9e5d6a1ed9171ec60aaad92a7b80a4febc23c;p=tahoe-lafs%2Ftahoe-lafs.git

Tue Jun 12 02:16:36 BST 2012  Brian Warner <warner@lothar.com>
  * test_system.py: fix minor typo
---

diff --git a/src/allmydata/test/test_system.py b/src/allmydata/test/test_system.py
index c49c365e..61e8d87b 100644
--- a/src/allmydata/test/test_system.py
+++ b/src/allmydata/test/test_system.py
@@ -197,7 +197,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),