summaryrefslogtreecommitdiffstats
path: root/test/test-network-registration
diff options
context:
space:
mode:
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)