diff options
Diffstat (limited to 'example-clients/wait.c')
-rw-r--r-- | example-clients/wait.c | 2 |
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"); |