summaryrefslogtreecommitdiff
path: root/include/FLAC++/decoder.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/FLAC++/decoder.h')
-rw-r--r--include/FLAC++/decoder.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/FLAC++/decoder.h b/include/FLAC++/decoder.h
index 5cb4c7ef..6a2d901f 100644
--- a/include/FLAC++/decoder.h
+++ b/include/FLAC++/decoder.h
@@ -94,7 +94,7 @@ namespace FLAC {
* Only the read, write, and error callbacks are mandatory. The
* others are optional; this class provides default
* implementations that do nothing. In order for seeking to work
- * you must overide seek_callback(), tell_callback(),
+ * you must override seek_callback(), tell_callback(),
* length_callback(), and eof_callback().
*/
class FLACPP_API Stream {