From 8a1e449997f0c88db2d576d196e22089847ac30f Mon Sep 17 00:00:00 2001 From: Ryan Kavanagh Date: Sat, 7 Sep 2019 15:37:13 +0100 Subject: [PATCH] Fix spelling mistakes Forwarded: no Forwarded: no Gbp-Pq: Name 12-typos.patch --- Doc/cmus.txt | 4 ++-- op/jack.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Doc/cmus.txt b/Doc/cmus.txt index 46a57c6..1c462c4 100644 --- a/Doc/cmus.txt +++ b/Doc/cmus.txt @@ -1312,7 +1312,7 @@ dsp.coreaudio.enable_hog_mode Set true to set the device to hog mode. The default value is false. dsp.coreaudio.sync_sample_rate - Synchonize the device sample rate with the player, so no interpolation + Synchronize the device sample rate with the player, so no interpolation will be applied to the stream. dsp.jack.server_name @@ -1578,7 +1578,7 @@ Feature requests and bug reports should go to the github issue tracker: @h1 AUTHORS cmus was mainly written by Timo Hirvonen . Other -contributers are listed in the `AUTHORS` file. +contributors are listed in the `AUTHORS` file. This man page was written by Frank Terbeck , Timo Hirvonen , and Clay Barnes . diff --git a/op/jack.c b/op/jack.c index 7237724..1aff9ac 100644 --- a/op/jack.c +++ b/op/jack.c @@ -340,7 +340,7 @@ static int op_jack_init(void) break; } if (jack_connect(client, jack_port_name(output_ports[i]), ports[i])) { - d_print("connot connect port %s\n", ports[i]); + d_print("cannot connect port %s\n", ports[i]); jack_free(ports); return -OP_ERROR_INTERNAL; } -- 2.30.2