summaryrefslogtreecommitdiff
path: root/example-clients
diff options
context:
space:
mode:
authorAdrian Knoth <aknoth@google.com>2018-02-25 19:04:30 +0100
committerAdrian Knoth <aknoth@google.com>2018-02-25 19:06:46 +0100
commitc5dac6270efc169910ecdea3619d912196752d52 (patch)
tree1fc14e17b299ce649594779721fdfa1e63445a3e /example-clients
parent6ccfdc1058f9cbd79d636a822163eda76eb4eb02 (diff)
downloadjack2-c5dac6270efc169910ecdea3619d912196752d52.tar.gz
More spelling fixes from Debian QA
Diffstat (limited to 'example-clients')
-rw-r--r--example-clients/wait.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/example-clients/wait.c b/example-clients/wait.c
index 667343aa..2d5ff1c6 100644
--- a/example-clients/wait.c
+++ b/example-clients/wait.c
@@ -19,7 +19,7 @@ show_usage(void)
fprintf(stderr, " -s, --server <name> Connect to the jack server named <name>\n");
fprintf(stderr, " -w, --wait Wait for server to become available\n");
fprintf(stderr, " -q, --quit Wait until server is quit\n");
- fprintf(stderr, " -c, --check Check wether server is running\n");
+ fprintf(stderr, " -c, --check Check whether server is running\n");
fprintf(stderr, " -t, --timeout Wait timeout in seconds\n");
fprintf(stderr, " -h, --help Display this help message\n");
fprintf(stderr, "For more information see http://jackaudio.org/\n");