diff options
| author | Stephen Sinclair <sinclair@music.mcgill.ca> | 2013-10-11 15:11:01 +0200 |
|---|---|---|
| committer | Stephen Sinclair <sinclair@music.mcgill.ca> | 2013-10-11 15:11:01 +0200 |
| commit | 84dfc1606eeb38262335b327fc0b6ace4f985d33 (patch) | |
| tree | d46f39ced7aca187c504ae73438629b6981b7fe9 /tests/qmidiin.cpp | |
| parent | b2694d0b8be5919ece4dcb9df2d11d1a51c2f071 (diff) | |
| parent | 1f35631ce52b50069e3b05efee360b42ff7d6a45 (diff) | |
Merge 1.0.4 into releases
Diffstat (limited to 'tests/qmidiin.cpp')
| -rw-r--r-- | tests/qmidiin.cpp | 2 |
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); } |
