diff options
author | Jonathan Neuschäfer <j.neuschaefer@gmx.net> | 2011-03-31 21:43:53 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2011-03-31 21:46:01 +0200 |
commit | 6d3ed3f16f7c427b22e8087804cea0f9874f4358 (patch) | |
tree | eed6fc7d6075fcde520d3c2bd4c2e70db854cb7a /src/archive_plugin.h | |
parent | be798998bf44f740943cf82f6edb6d3616a8606a (diff) | |
download | mpd-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/archive_plugin.h')
-rw-r--r-- | src/archive_plugin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/archive_plugin.h b/src/archive_plugin.h index 3541cf9d3..7f038486b 100644 --- a/src/archive_plugin.h +++ b/src/archive_plugin.h @@ -68,7 +68,7 @@ struct archive_plugin { * Opens an input_stream of a file within the archive. * * @param path the path within the archive - * @param error_r location to store the error occuring, or + * @param error_r location to store the error occurring, or * NULL to ignore errors */ struct input_stream *(*open_stream)(struct archive_file *af, |