From 9e90ec5c0acb7c9d46cf1b95b75cdaa9ca70df34 Mon Sep 17 00:00:00 2001 From: Daniel Friedman Date: Wed, 29 Apr 2015 16:05:43 +0000 Subject: [PATCH] Correct "shure" to "sure" in a comment --- common/lib/xmodule/xmodule/tests/test_word_cloud.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/lib/xmodule/xmodule/tests/test_word_cloud.py b/common/lib/xmodule/xmodule/tests/test_word_cloud.py index c690054cbb..7c7e545894 100644 --- a/common/lib/xmodule/xmodule/tests/test_word_cloud.py +++ b/common/lib/xmodule/xmodule/tests/test_word_cloud.py @@ -24,7 +24,7 @@ class WordCloudModuleTest(LogicTest): }) def test_good_ajax_request(self): - "Make shure that ajax request works correctly" + "Make sure that ajax request works correctly" post_data = MultiDict(('student_words[]', word) for word in ['cat', 'cat', 'dog', 'sun']) response = self.ajax_request('submit', post_data) self.assertEqual(response['status'], 'success')