Fix miscellaneous typos.

Found via `codespell -q 3`
This commit is contained in:
luz.paz
2018-05-22 10:17:53 -04:00
committed by Erik de Castro Lopo
parent 0db0e878b8
commit 01eb19708c
31 changed files with 41 additions and 41 deletions

View File

@@ -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 {