1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-27 15:50:10 +01:00

Fix some typos in msgids, thanks to Olivier Humbert...

... Fix the source code; fix up msgids in audacity.pot and *.po
This commit is contained in:
Olivier Humbert
2017-11-27 02:33:49 +01:00
committed by Paul Licameli
parent 6bde636044
commit 0d89bc3f15
60 changed files with 177 additions and 177 deletions

View File

@@ -566,7 +566,7 @@ midi_write_short(PmInternal *midi, PmEvent *event)
message[2] = Pm_MessageData2(what);
messageLength = midi_length(what);
/* make sure we go foreward in time */
/* make sure we go forward in time */
if (timestamp < m->min_next_time) timestamp = m->min_next_time;
#ifdef LIMIT_RATE
@@ -612,7 +612,7 @@ midi_end_sysex(PmInternal *midi, PmTimestamp when)
midi_macosxcm_type m = (midi_macosxcm_type) midi->descriptor;
assert(m);
/* make sure we go foreward in time */
/* make sure we go forward in time */
if (m->sysex_timestamp < m->min_next_time)
m->sysex_timestamp = m->min_next_time;