summaryrefslogtreecommitdiff
path: root/include/FLAC/callback.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/FLAC/callback.h')
-rw-r--r--include/FLAC/callback.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/FLAC/callback.h b/include/FLAC/callback.h
index f942dd25..38e23002 100644
--- a/include/FLAC/callback.h
+++ b/include/FLAC/callback.h
@@ -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;