Merge pull request #7861 from edx/db/fix-spelling

Correct spelling in a comment
This commit is contained in:
David Baumgold
2015-04-29 11:30:32 -04:00

View File

@@ -10,7 +10,7 @@ class ConditionalModuleTest(LogicTest):
descriptor_class = ConditionalDescriptor
def test_ajax_request(self):
"Make shure that ajax request works correctly"
"Make sure that ajax request works correctly"
# Mock is_condition_satisfied
self.xmodule.is_condition_satisfied = lambda: True
self.xmodule.descriptor.get_children = lambda: []