Skip to content

Commit ab3fb54

Browse files
committed
fix a minor typo in an error message
1 parent 570c25d commit ab3fb54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workspace_tools/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,4 +111,4 @@
111111
# settings file stored in the repository
112112
from workspace_tools.private_settings import *
113113
except ImportError:
114-
print '[WARNING] Using default settings. Define you settings in the file "workspace_tools/private_settings.py" or in "./mbed_settings.py"'
114+
print '[WARNING] Using default settings. Define your settings in the file "workspace_tools/private_settings.py" or in "./mbed_settings.py"'

0 commit comments

Comments
 (0)