Correct trivial spelling.

This commit is contained in:
Toshio Kuratomi 2014-11-13 10:33:08 -08:00 committed by Matt Clay
parent 945447e392
commit f2c1d49de7

View file

@ -16,7 +16,7 @@ class AptExpandPkgspecTestCase(unittest.TestCase):
FakePackage("apt-utils"),
]
def test_trivil(self):
def test_trivial(self):
foo = ["apt"]
self.assertEqual(
expand_pkgspec_from_fnmatches(None, foo, self.fake_cache), foo)