summaryrefslogtreecommitdiff
path: root/libs/audiographer/audiographer/sink.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/audiographer/audiographer/sink.h')
-rw-r--r--libs/audiographer/audiographer/sink.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/audiographer/audiographer/sink.h b/libs/audiographer/audiographer/sink.h
index e4248e8c33..b1e5605206 100644
--- a/libs/audiographer/audiographer/sink.h
+++ b/libs/audiographer/audiographer/sink.h
@@ -27,7 +27,7 @@ class /*LIBAUDIOGRAPHER_API*/ Sink {
/** Process given data
* Data may be modified, so in place processing is allowed.
* The default implementation calls the non-modifying version,
- * so this function does not need to be overriden.
+ * so this function does not need to be overridden.
* However, if the sink can do in-place processing,
* overriding this is highly recommended.
*