diff --git a/scripts/check_dependencies.py b/scripts/check_dependencies.py index 2035d1bb0..52b832c48 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 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 greate a warning. Just try to import nose first to supress the warning. try: import nose except ImportError: