From a71a2ea756673cd3c7a2c5125fa7e7f334b05475 Mon Sep 17 00:00:00 2001 From: Veres Lajos Date: Mon, 3 Nov 2014 22:48:03 +0000 Subject: Fixed typos using https://github.com/vlajos/misspell_fixer --- tests/commands_sql/tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/commands_sql') diff --git a/tests/commands_sql/tests.py b/tests/commands_sql/tests.py index 83c1e06202..e9499d6b05 100644 --- a/tests/commands_sql/tests.py +++ b/tests/commands_sql/tests.py @@ -54,7 +54,7 @@ class SQLCommandsTestCase(TestCase): if 'CHECK' in statement: success = True if not success: - self.fail("'CHECK' not found in ouput %s" % output) + self.fail("'CHECK' not found in output %s" % output) def test_sql_delete(self): app_config = apps.get_app_config('commands_sql') -- cgit v1.3