fix a minor typo in an error message

pull/676/merge
Rohit Grover 2014-11-15 08:47:35 +00:00
parent 570c25d255
commit ab3fb54a15
1 changed files with 1 additions and 1 deletions

View File

@ -111,4 +111,4 @@ try:
# settings file stored in the repository
from workspace_tools.private_settings import *
except ImportError:
print '[WARNING] Using default settings. Define you settings in the file "workspace_tools/private_settings.py" or in "./mbed_settings.py"'
print '[WARNING] Using default settings. Define your settings in the file "workspace_tools/private_settings.py" or in "./mbed_settings.py"'