summaryrefslogtreecommitdiff
path: root/test/test-call-barring
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2010-06-03 10:12:34 -0700
committerMarcel Holtmann <marcel@holtmann.org>2010-06-03 10:12:34 -0700
commit997193ee6a0e9a4eea5433a9200530e5921898ab (patch)
tree504393a3b49bb56ca3693ca29d3621c82f9124e5 /test/test-call-barring
parent2eec57da655a5c372075de884869192124e1885e (diff)
downloadofono-997193ee6a0e9a4eea5433a9200530e5921898ab.tar.gz
Fix wrong spelling of the word usage
Diffstat (limited to 'test/test-call-barring')
-rwxr-xr-xtest/test-call-barring4
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__":