summaryrefslogtreecommitdiff
path: root/tests/qmidiin.cpp
diff options
context:
space:
mode:
authorStephen Sinclair <sinclair@music.mcgill.ca>2013-10-11 15:11:01 +0200
committerStephen Sinclair <sinclair@music.mcgill.ca>2013-10-11 15:11:01 +0200
commit84dfc1606eeb38262335b327fc0b6ace4f985d33 (patch)
treed46f39ced7aca187c504ae73438629b6981b7fe9 /tests/qmidiin.cpp
parentb2694d0b8be5919ece4dcb9df2d11d1a51c2f071 (diff)
parent1f35631ce52b50069e3b05efee360b42ff7d6a45 (diff)
Merge 1.0.4 into releases
Diffstat (limited to 'tests/qmidiin.cpp')
-rw-r--r--tests/qmidiin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/qmidiin.cpp b/tests/qmidiin.cpp
index 639820a..efdf218 100644
--- a/tests/qmidiin.cpp
+++ b/tests/qmidiin.cpp
@@ -26,7 +26,7 @@ static void finish(int ignore){ done = true; }
void usage(void) {
// Error function in case of incorrect command-line
// argument specifications.
- std::cout << "\nuseage: qmidiin <port>\n";
+ std::cout << "\nusage: qmidiin <port>\n";
std::cout << " where port = the device to use (default = 0).\n\n";
exit(0);
}