aboutsummaryrefslogtreecommitdiffstats
path: root/src/input
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/input_init.h2
-rw-r--r--src/input_plugin.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/input_init.h b/src/input_init.h
index f6763c3a8..ad92cda08 100644
--- a/src/input_init.h
+++ b/src/input_init.h
@@ -28,7 +28,7 @@
/**
* Initializes this library and all input_stream implementations.
*
- * @param error_r location to store the error occuring, or NULL to
+ * @param error_r location to store the error occurring, or NULL to
* ignore errors
*/
bool
diff --git a/src/input_plugin.h b/src/input_plugin.h
index bfd2be65b..70b9155aa 100644
--- a/src/input_plugin.h
+++ b/src/input_plugin.h
@@ -35,7 +35,7 @@ struct input_plugin {
/**
* Global initialization. This method is called when MPD starts.
*
- * @param error_r location to store the error occuring, or
+ * @param error_r location to store the error occurring, or
* NULL to ignore errors
* @return true on success, false if the plugin should be
* disabled