summaryrefslogtreecommitdiffstats
path: root/test/test-network-registration
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-network-registration
parent2eec57da655a5c372075de884869192124e1885e (diff)
downloadofono-997193ee6a0e9a4eea5433a9200530e5921898ab.tar.bz2
Fix wrong spelling of the word usage
Diffstat (limited to 'test/test-network-registration')
-rwxr-xr-xtest/test-network-registration6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/test-network-registration b/test/test-network-registration
index 6db9e031..c0ebfb93 100755
--- a/test/test-network-registration
+++ b/test/test-network-registration
@@ -18,11 +18,11 @@ def network_property_changed(name, value):
if __name__ == "__main__":
if len(sys.argv) != 2:
- print "Useage: %s <path> - Register to PLMN on <path>" %\
+ print "Usage: %s <path> - Register to PLMN on <path>" %\
(sys.argv[0])
- print "Useage: %s default - Register to default PLMN" %\
+ print "Usage: %s default - Register to default PLMN" %\
(sys.argv[0])
- print "Useage: %s unregister - Unregister from all PLMNs" %\
+ print "Usage: %s unregister - Unregister from all PLMNs" %\
(sys.argv[0])
sys.exit(1)