summaryrefslogtreecommitdiffstats
path: root/test/test-voicecall
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-voicecall
parent2eec57da655a5c372075de884869192124e1885e (diff)
downloadofono-997193ee6a0e9a4eea5433a9200530e5921898ab.tar.bz2
Fix wrong spelling of the word usage
Diffstat (limited to 'test/test-voicecall')
-rwxr-xr-xtest/test-voicecall2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test-voicecall b/test/test-voicecall
index e7d0dc09..89389de9 100755
--- a/test/test-voicecall
+++ b/test/test-voicecall
@@ -39,7 +39,7 @@ if __name__ == "__main__":
global vcmanager
if (len(sys.argv) < 2):
- print "Useage: %s [modem] <number>" % (sys.argv[0])
+ print "Usage: %s [modem] <number>" % (sys.argv[0])
sys.exit(1)
dbus.mainloop.glib.DBusGMainLoop(set_as_default=True)