Skip to content

Commit 1e2bc13

Browse files
committed
Merge commit https://github/snd1/jack1 branch 'fix_spelling_errors' into 'ladi-1.126'
jackaudio/jack1#117
2 parents 5d4aeb6 + 1bb28ca commit 1e2bc13

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Diff for: config/os/gnu-linux/sanitycheck.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ int sanitycheck (int care_about_realtime,
5959
fprintf (stderr, "\n--------------------------------------------------------------------------------\n");
6060
fprintf (stderr, "WARNING: Your system seems to use frequency scaling.\n\n");
6161
fprintf (stderr, " This can have a serious impact on audio latency. You have two choices:\n");
62-
fprintf (stderr, "\t(1)turn it off, e.g. by chosing the 'performance' governor.\n");
62+
fprintf (stderr, "\t(1)turn it off, e.g. by choosing the 'performance' governor.\n");
6363
fprintf (stderr, "\t(2)Use the HPET clocksource by passing \"-c h\" to JACK\n");
6464
fprintf (stderr, "\t (this second option only works on relatively recent computers)\n");
6565
fprintf (stderr, "--------------------------------------------------------------------------------\n\n");

Diff for: drivers/netjack/netjack_packet.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ cache_packet_add_fragment (cache_packet *pack, char *packet_buf, int rcv_len)
319319
jack_nframes_t framecnt = ntohl (pkthdr->framecnt);
320320

321321
if (framecnt != pack->framecnt) {
322-
jack_error ("errror. framecnts dont match");
322+
jack_error ("error. framecnts don't match");
323323
return;
324324
}
325325

Diff for: server/controlapi.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1026,7 +1026,7 @@ jackctl_server_t * jackctl_server_create (
10261026
&server_ptr->parameters,
10271027
'Z',
10281028
"nozombies",
1029-
"dont zombifiy offending clients",
1029+
"don't zombifiy offending clients",
10301030
"",
10311031
JackParamBool,
10321032
&server_ptr->nozombies,

Diff for: server/engine.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -3842,7 +3842,7 @@ jack_port_do_connect (jack_engine_t *engine,
38423842
}
38433843

38443844
if (srcport->shared->ptype_id != dstport->shared->ptype_id) {
3845-
jack_error ("ports used in attemped connection are not of "
3845+
jack_error ("ports used in attempted connection are not of "
38463846
"the same data type");
38473847
return -1;
38483848
}

0 commit comments

Comments
 (0)