aboutsummaryrefslogtreecommitdiffhomepage
path: root/midimonster.h
diff options
context:
space:
mode:
authorcbdev <cb@cbcdn.com>2019-12-14 23:49:40 +0100
committercbdev <cb@cbcdn.com>2019-12-14 23:49:40 +0100
commit4b063b0017ff262e3d6757062a297082a808a3e2 (patch)
treecaac349556ddced8ca103d20d120837101e73da6 /midimonster.h
parent3d7291df090350365b78550bfc8152ee2576f6a9 (diff)
downloadmidimonster-4b063b0017ff262e3d6757062a297082a808a3e2.tar.gz
midimonster-4b063b0017ff262e3d6757062a297082a808a3e2.tar.bz2
midimonster-4b063b0017ff262e3d6757062a297082a808a3e2.zip
Fix minor bug in plugin path setup
Diffstat (limited to 'midimonster.h')
-rw-r--r--midimonster.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/midimonster.h b/midimonster.h
index 1f5c936..eb19409 100644
--- a/midimonster.h
+++ b/midimonster.h
@@ -92,7 +92,7 @@ struct _managed_fd;
* Parse instance configuration from the user-supplied configuration
* file. Returning a non-zero value fails config parsing.
* * mmbackend_channel
- * Parse a channel-spec to be mapped to/from. The `falgs` parameter supplies
+ * Parse a channel-spec to be mapped to/from. The `flags` parameter supplies
* additional information to the parser, such as whether the channel is being
* queried for use as input (to the MIDIMonster core) and/or output
* (from the MIDIMonster core) channel (on a per-query basis).