diff --git a/tests/test_wordlist.py b/tests/test_wordlist.py
index 0ab8b303184c55de63f7939f0f4616353d2ae20e..678c7be4a5d29842db924f3e7d049570c66fd391 100644
--- a/tests/test_wordlist.py
+++ b/tests/test_wordlist.py
@@ -226,7 +226,7 @@ class TestWordList(object):
         w_list = WordList(str(in_file))
         assert w_list.signed is False
 
-    def test_detec_signed_wordlists(self):
+    def test_detect_signed_wordlists(self):
         # we can detect signed wordlist files.
         in_path = os.path.join(
             os.path.dirname(__file__), "sample_signed_wordlist.asc")