summaryrefslogtreecommitdiffstats
path: root/test/test-advice-of-charge
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-advice-of-charge
parent2eec57da655a5c372075de884869192124e1885e (diff)
downloadofono-997193ee6a0e9a4eea5433a9200530e5921898ab.tar.bz2
Fix wrong spelling of the word usage
Diffstat (limited to 'test/test-advice-of-charge')
-rwxr-xr-xtest/test-advice-of-charge4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test-advice-of-charge b/test/test-advice-of-charge
index b79a1410..390c8613 100755
--- a/test/test-advice-of-charge
+++ b/test/test-advice-of-charge
@@ -15,8 +15,8 @@ def cm_maximum_reached():
print "Only 30 seconds call time remains, recharge."
def print_useage(s):
- print "Useage: %s <property> <newvalue> <password>" % (s)
- print "Useage: %s reset <password>" % (s)
+ print "Usage: %s <property> <newvalue> <password>" % (s)
+ print "Usage: %s reset <password>" % (s)
sys.exit(1);
if __name__ == "__main__":