From: Ryan Kavanagh Date: Sat, 7 Sep 2019 14:37:13 +0000 (+0100) Subject: Fix spelling mistakes X-Git-Tag: archive/raspbian/2.9.1-1+rpi1~1^2~2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=8a1e449997f0c88db2d576d196e22089847ac30f;p=cmus.git Fix spelling mistakes Forwarded: no Forwarded: no Gbp-Pq: Name 12-typos.patch --- 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; }