mirror of
https://git.rtems.org/rtems-source-builder
synced 2024-10-09 07:15:10 +08:00
Fix the spelling.
This commit is contained in:
parent
99eee0e776
commit
b366c7536c
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user