From 1d019225b9c6f1ddc42d797c3f2e9c2e8324ece0 Mon Sep 17 00:00:00 2001 From: DL1YCF Date: Sat, 5 Jun 2021 13:39:06 +0200 Subject: [PATCH] midi2.c typo correction --- midi2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.45.2