diff options
| author | Gary Scavone <gary@music.mcgill.ca> | 2013-10-11 14:49:10 +0200 |
|---|---|---|
| committer | Stephen Sinclair <sinclair@music.mcgill.ca> | 2013-10-11 14:49:10 +0200 |
| commit | 1f35631ce52b50069e3b05efee360b42ff7d6a45 (patch) | |
| tree | c109ccbc7102fd9ce4dbb2c48b3907dc39122354 /tests/qmidiin.cpp | |
| parent | 71b723e4cb7a1b641b5214306e56a1bca5b1b98c (diff) | |
Version 1.0.4
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); } |
