From 3dc248e556a14e36e884db75665262acd72d8066 Mon Sep 17 00:00:00 2001 From: Phill Ridout Date: Sun, 25 Jan 2015 22:13:35 +0000 Subject: [PATCH] Typo --- tests/functional/test_init.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/functional/test_init.py b/tests/functional/test_init.py index b681ef4b8..d1f399c62 100644 --- a/tests/functional/test_init.py +++ b/tests/functional/test_init.py @@ -119,7 +119,7 @@ class TestInit(TestCase, TestMixin): """ Test that parse_options parses short options correctly """ - # GIVEN: A list of vaild short options + # GIVEN: A list of valid short options options = ['-e', '-l', 'debug', '-pd', '-s', 'style', 'extra', 'qt', 'args'] # WHEN: Calling parse_options