lib/testtools: fix use of a non-existent word (existant)
authorMichael Adam <obnox@samba.org>
Mon, 11 Jun 2012 15:37:44 +0000 (17:37 +0200)
committerMichael Adam <obnox@samba.org>
Tue, 12 Jun 2012 05:21:42 +0000 (07:21 +0200)
lib/testtools/testtools/tests/test_compat.py

index 5e385bf48ce59a30b6ef634e59069264cf554107..4b2446efecf5ac1f499ce816f14eff5a93f4a1f1 100644 (file)
@@ -147,7 +147,7 @@ class TestGetSourceEncoding(testtools.TestCase):
                 self.addCleanup(os.remove, self.filename)
                 self.addCleanup(linecache.cache.pop, self.filename, None)
 
-    def test_nonexistant_file_as_ascii(self):
+    def test_nonexistent_file_as_ascii(self):
         """When file can't be found, the encoding should default to ascii"""
         self.assertEquals("ascii", _get_source_encoding(self.filename))