From: DL1YCF Date: Sat, 5 Jun 2021 11:39:06 +0000 (+0200) Subject: midi2.c typo correction X-Git-Url: https://git.rkrishnan.org/Site/Content/$sch_link?a=commitdiff_plain;h=1d019225b9c6f1ddc42d797c3f2e9c2e8324ece0;p=pihpsdr.git midi2.c typo correction --- diff --git a/midi2.c b/midi2.c index 9447b2a..aa138d8 100644 --- a/midi2.c +++ b/midi2.c @@ -252,7 +252,7 @@ static void keyword2action(char *s, enum MIDIaction *action, int *onoff) { return; } } - g_print("%s: action keyword %s NOT FOUND.\n", __FUNCITON__, s); + g_print("%s: action keyword %s NOT FOUND.\n", __FUNCTION__, s); *action = MIDI_ACTION_NONE; *onoff = 0; }