summaryrefslogtreecommitdiff
path: root/libs/audiographer/audiographer
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2015-09-11 09:23:43 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2015-09-11 09:23:43 -0400
commitec06f2c49f1986493b5b9b6b684d00037c373f4f (patch)
tree77d0759f236a6205714fc09ead56300218423356 /libs/audiographer/audiographer
parent6048d2cd2319976c039843e3981013e42350dc3a (diff)
spelling error fixes (notably "overriden" => "overidden") from IOhannes m zmölnig
Diffstat (limited to 'libs/audiographer/audiographer')
-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.
*