]> git.rkrishnan.org Git - pihpsdr.git/commitdiff
midi2.c typo correction
authorDL1YCF <dl1ycf@darc.de>
Sat, 5 Jun 2021 11:39:06 +0000 (13:39 +0200)
committerDL1YCF <dl1ycf@darc.de>
Sat, 5 Jun 2021 11:39:06 +0000 (13:39 +0200)
midi2.c

diff --git a/midi2.c b/midi2.c
index 9447b2a65b45fd12a4a5bac66af06a3c64092cf3..aa138d81c32025f3ab95e5e8b2f0d7e624d6d713 100644 (file)
--- 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;
 }