diff options
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); } |
