spelling mistakes

This commit is contained in:
Andreas Preikschat 2013-03-14 11:51:49 +01:00
parent 59a06905fc
commit 4778b85475

View File

@ -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: