From 3e7ffc3210048b2ec5c10d8a0a4b1eb203aea4ca Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Thu, 13 Nov 2014 10:33:08 -0800 Subject: [PATCH] Correct trivial spelling. --- tests/test_apt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_apt.py b/tests/test_apt.py index c5802227759..a7eb3d3feec 100644 --- a/tests/test_apt.py +++ b/tests/test_apt.py @@ -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)