Fix spelling mistakes
authorRyan Kavanagh <rak@debian.org>
Sat, 7 Sep 2019 14:37:13 +0000 (15:37 +0100)
committerRyan Kavanagh <rak@debian.org>
Sat, 7 Sep 2019 14:37:13 +0000 (15:37 +0100)
Forwarded: no

Forwarded: no
Gbp-Pq: Name 12-typos.patch

Doc/cmus.txt
op/jack.c

index 46a57c69202f3962082d1ee60627b56b7bc8f2a2..1c462c4703d1a713a47352e9acdc3090d4c3f7a6 100644 (file)
@@ -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 <tihirvon\@gmail.com>.  Other
-contributers are listed in the `AUTHORS` file.
+contributors are listed in the `AUTHORS` file.
 
 This man page was written by Frank Terbeck <ft\@bewatermyfriend.org>,
 Timo Hirvonen <tihirvon\@gmail.com>, and Clay Barnes <clay.barnes\@gmail.com>.
index 72377244375952e3f98468e55a19cab55465cc86..1aff9ac9cdb3f39ec142d332bd4d00a28dd6cad5 100644 (file)
--- 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;
                }