summaryrefslogtreecommitdiff
path: root/libs/canvas/canvas
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/canvas/canvas
parent6048d2cd2319976c039843e3981013e42350dc3a (diff)
spelling error fixes (notably "overriden" => "overidden") from IOhannes m zmölnig
Diffstat (limited to 'libs/canvas/canvas')
-rw-r--r--libs/canvas/canvas/container.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/canvas/canvas/container.h b/libs/canvas/canvas/container.h
index 59d93458e6..d8a4a316ae 100644
--- a/libs/canvas/canvas/container.h
+++ b/libs/canvas/canvas/container.h
@@ -45,7 +45,7 @@ public:
/** The compute_bounding_box() method is likely to be identical
* in all containers (the union of the children's bounding boxes).
- * It can be overriden as necessary.
+ * It can be overridden as necessary.
*/
void compute_bounding_box () const;