summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2019-02-14 13:04:06 +0100
committerBastien Nocera <hadess@hadess.net>2019-02-14 13:04:06 +0100
commit495fb22722fd2daa0c8b1ddaa9f88a7bebfb80d7 (patch)
treeb5e084191330cf81238ece8d8e07bceef5b83bc8
parent075dc4d3d5898672ab23d028a34f0387fc20e4e8 (diff)
downloadclutter-495fb22722fd2daa0c8b1ddaa9f88a7bebfb80d7.tar.gz
docs: Fix typo in ClutterLayoutManager doc
-rw-r--r--clutter/clutter-layout-manager.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clutter/clutter-layout-manager.c b/clutter/clutter-layout-manager.c
index 3b731c928..2de0f4ac1 100644
--- a/clutter/clutter-layout-manager.c
+++ b/clutter/clutter-layout-manager.c
@@ -42,7 +42,7 @@
* The implementation of a layout manager does not differ from the
* implementation of the size requisition and allocation bits of
* #ClutterActor, so you should read the relative documentation
- * forr subclassing #ClutterActor.
+ * for subclassing #ClutterActor.
*
* The layout manager implementation can hold a back pointer to the
* #ClutterContainer by implementing the #ClutterLayoutManagerClass.set_container()