From 4778b8547566835381fb7068e25e1be264a57e58 Mon Sep 17 00:00:00 2001 From: Andreas Preikschat Date: Thu, 14 Mar 2013 11:51:49 +0100 Subject: [PATCH] spelling mistakes --- scripts/check_dependencies.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/check_dependencies.py b/scripts/check_dependencies.py index 2e3eb08e1..4c0f69b91 100755 --- a/scripts/check_dependencies.py +++ b/scripts/check_dependencies.py @@ -40,7 +40,7 @@ import os import sys from distutils.version import LooseVersion -# If we try to import uno before nose this will greate a warning. Just try to import nose first to supress the warning. +# If we try to import uno before nose this will create a warning. Just try to import nose first to suppress the warning. try: import nose except ImportError: