aboutsummaryrefslogtreecommitdiffhomepage
path: root/midimonster.h
diff options
context:
space:
mode:
authorcbdev <cb@cbcdn.com>2019-07-24 21:12:01 +0200
committercbdev <cb@cbcdn.com>2019-07-24 21:12:01 +0200
commit59857ead2d439d450afc6f5144c9c08e8d0c8a5c (patch)
tree4a72e4af05b4359f3437c40172df3bec9ef1c520 /midimonster.h
parent5bd8e81e2821f1378c6773fbc1f06df063dbbd22 (diff)
downloadmidimonster-59857ead2d439d450afc6f5144c9c08e8d0c8a5c.tar.gz
midimonster-59857ead2d439d450afc6f5144c9c08e8d0c8a5c.tar.bz2
midimonster-59857ead2d439d450afc6f5144c9c08e8d0c8a5c.zip
Fix issues found by Coverity Scan
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 1fc85b7..7f70f5b 100644
--- a/midimonster.h
+++ b/midimonster.h
@@ -26,7 +26,7 @@
/* Default configuration file name to read when no other is specified */
#define DEFAULT_CFG "monster.cfg"
-/* Forward declare some of the structs so we can use them in eachother */
+/* Forward declare some of the structs so we can use them in each other */
struct _channel_value;
struct _backend_channel;
struct _backend_instance;