Merge "Fix typo"

This commit is contained in:
Jenkins 2015-06-25 21:41:30 +00:00 committed by Gerrit Code Review
commit 97ac25f785

View File

@ -149,7 +149,7 @@ def main():
# Use different exit codes, so that we can distinguish
# between config and runtime errors
if len(node_errors):
print("\nThere are one or mode transport nodes that are "
print("\nThere are one or more transport nodes that are "
"not connected: %s. Please, revise!" % node_errors)
sys.exit(10)
elif errors: