Fix the spelling.

This commit is contained in:
Chris Johns 2013-02-27 12:26:26 +11:00
parent 99eee0e776
commit b366c7536c

View File

@ -141,9 +141,9 @@ def run():
try:
_opts, _defaults = defaults.load(args = sys.argv)
if host_setup(_opts, _defaults):
print 'RTEMS Source Builder environent is ok'
print 'RTEMS Source Builder environment is ok'
else:
print 'RTEMS Source Builder environent is not correctly set up'
print 'RTEMS Source Builder environment is not correctly set up'
except error.general, gerr:
print gerr
sys.exit(1)