Skip to content

Commit

Permalink
Merge commit https://github/snd1/jack1 branch 'fix_spelling_errors' i…
Browse files Browse the repository at this point in the history
…nto 'ladi-1.126'

jackaudio/jack1#117
  • Loading branch information
nedko committed Dec 2, 2023
2 parents 5d4aeb6 + 1bb28ca commit 1e2bc13
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion config/os/gnu-linux/sanitycheck.c
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ int sanitycheck (int care_about_realtime,
fprintf (stderr, "\n--------------------------------------------------------------------------------\n");
fprintf (stderr, "WARNING: Your system seems to use frequency scaling.\n\n");
fprintf (stderr, " This can have a serious impact on audio latency. You have two choices:\n");
fprintf (stderr, "\t(1)turn it off, e.g. by chosing the 'performance' governor.\n");
fprintf (stderr, "\t(1)turn it off, e.g. by choosing the 'performance' governor.\n");
fprintf (stderr, "\t(2)Use the HPET clocksource by passing \"-c h\" to JACK\n");
fprintf (stderr, "\t (this second option only works on relatively recent computers)\n");
fprintf (stderr, "--------------------------------------------------------------------------------\n\n");
Expand Down
2 changes: 1 addition & 1 deletion drivers/netjack/netjack_packet.c
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ cache_packet_add_fragment (cache_packet *pack, char *packet_buf, int rcv_len)
jack_nframes_t framecnt = ntohl (pkthdr->framecnt);

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

Expand Down
2 changes: 1 addition & 1 deletion server/controlapi.c
Original file line number Diff line number Diff line change
Expand Up @@ -1026,7 +1026,7 @@ jackctl_server_t * jackctl_server_create (
&server_ptr->parameters,
'Z',
"nozombies",
"dont zombifiy offending clients",
"don't zombifiy offending clients",
"",
JackParamBool,
&server_ptr->nozombies,
Expand Down
2 changes: 1 addition & 1 deletion server/engine.c
Original file line number Diff line number Diff line change
Expand Up @@ -3842,7 +3842,7 @@ jack_port_do_connect (jack_engine_t *engine,
}

if (srcport->shared->ptype_id != dstport->shared->ptype_id) {
jack_error ("ports used in attemped connection are not of "
jack_error ("ports used in attempted connection are not of "
"the same data type");
return -1;
}
Expand Down

0 comments on commit 1e2bc13

Please sign in to comment.