aboutsummaryrefslogtreecommitdiffstats
path: root/src/mixer_plugin.h
diff options
context:
space:
mode:
authorJonathan Neuschäfer <j.neuschaefer@gmx.net>2011-03-31 21:43:53 +0200
committerMax Kellermann <max@duempel.org>2011-03-31 21:46:01 +0200
commit6d3ed3f16f7c427b22e8087804cea0f9874f4358 (patch)
treeeed6fc7d6075fcde520d3c2bd4c2e70db854cb7a /src/mixer_plugin.h
parentbe798998bf44f740943cf82f6edb6d3616a8606a (diff)
downloadmpd-6d3ed3f16f7c427b22e8087804cea0f9874f4358.tar.gz
mpd-6d3ed3f16f7c427b22e8087804cea0f9874f4358.tar.xz
mpd-6d3ed3f16f7c427b22e8087804cea0f9874f4358.zip
fix common misspellings
These fixes were mostly generated with `codespell' [0] and manually reviewed. [0] http://git.profusion.mobi/cgit.cgi/lucas/codespell/
Diffstat (limited to 'src/mixer_plugin.h')
-rw-r--r--src/mixer_plugin.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mixer_plugin.h b/src/mixer_plugin.h
index 755591d7b..9532b95cb 100644
--- a/src/mixer_plugin.h
+++ b/src/mixer_plugin.h
@@ -41,7 +41,7 @@ struct mixer_plugin {
* @param ao the pointer returned by audio_output_plugin.init
* @param param the configuration section, or NULL if there is
* no configuration
- * @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 a mixer object, or NULL on error
*/
@@ -56,7 +56,7 @@ struct mixer_plugin {
/**
* Open mixer device
*
- * @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 on error
*/
@@ -70,7 +70,7 @@ struct mixer_plugin {
/**
* Reads the current volume.
*
- * @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 the current volume (0..100 including) or -1 if
* unavailable or on error (error_r set, mixer will be closed)
@@ -80,7 +80,7 @@ struct mixer_plugin {
/**
* Sets the volume.
*
- * @param error_r location to store the error occuring, or
+ * @param error_r location to store the error occurring, or
* NULL to ignore errors
* @param volume the new volume (0..100 including)
* @return true on success, false on error