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