From 0c2112091d0819f90d5f7a00f785aeaa0d63ee2c Mon Sep 17 00:00:00 2001 From: Andreas Preikschat Date: Mon, 14 Apr 2014 21:36:07 +0200 Subject: [PATCH] fixed spelling --- tests/functional/openlp_plugins/songs/test_lib.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/functional/openlp_plugins/songs/test_lib.py b/tests/functional/openlp_plugins/songs/test_lib.py index 2b7f107e8..2ab808bc9 100644 --- a/tests/functional/openlp_plugins/songs/test_lib.py +++ b/tests/functional/openlp_plugins/songs/test_lib.py @@ -141,7 +141,7 @@ class TestLib(TestCase): # WHEN: We compare those songs for equality. result = songs_probably_equal((self.song1, self.song2)) - # THEN: The result should be Nonw. + # THEN: The result should be None. assert result is None, 'The result should be None' def remove_typos_beginning_test(self):