diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2010-06-03 10:12:34 -0700 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2010-06-03 10:12:34 -0700 |
commit | 997193ee6a0e9a4eea5433a9200530e5921898ab (patch) | |
tree | 504393a3b49bb56ca3693ca29d3621c82f9124e5 /test/test-call-barring | |
parent | 2eec57da655a5c372075de884869192124e1885e (diff) | |
download | ofono-997193ee6a0e9a4eea5433a9200530e5921898ab.tar.gz |
Fix wrong spelling of the word usage
Diffstat (limited to 'test/test-call-barring')
-rwxr-xr-x | test/test-call-barring | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test-call-barring b/test/test-call-barring index d4fbad13..d32da7f9 100755 --- a/test/test-call-barring +++ b/test/test-call-barring @@ -12,8 +12,8 @@ def property_changed(name, value): mainloop.quit() def print_useage(s): - print "Useage: %s <property> <newvalue> <password>" % (s) - print "Useage: %s disableall <password>" % (s) + print "Usage: %s <property> <newvalue> <password>" % (s) + print "Usage: %s disableall <password>" % (s) sys.exit(1); if __name__ == "__main__": |