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

@@ -165,7 +165,7 @@ typedef int (*FLAC__IOCallback_Close) (FLAC__IOHandle handle);
* required may be set to NULL.
*
* If the seek requirement for an interface is optional, you can signify that
* a data sorce is not seekable by setting the \a seek field to \c NULL.
* a data source is not seekable by setting the \a seek field to \c NULL.
*/
typedef struct {
FLAC__IOCallback_Read read;