docs: Fix some wrong function/signal/property names

This commit is contained in:
Emmanuele Bassi
2010-11-18 14:14:37 +00:00
parent b0f5350379
commit 63cef64d17
12 changed files with 15 additions and 15 deletions

View File

@ -35,7 +35,7 @@
<para>#ClutterStage is the top level #ClutterActor - it's the
representation of a window, or framebuffer. It is created automatically
when Clutter is initialised. #ClutterStage is a #ClutterGroup, a class
implementing the #ClutterCointainer interface.</para>
implementing the #ClutterContainer interface.</para>
<para>Clutter allows explicit positioning and sizing through the
#ClutterFixedLayout layout manager; and implicit positioning and sizing

View File

@ -26,7 +26,7 @@
<para>The class that replaced the path description and manipulation
functionality is called #ClutterPath. A #ClutterPath allows
describing a path using a sequence of #ClutterPahtNode<!-- -->s or
describing a path using a sequence of #ClutterPathNode<!-- -->s or
using a subset of the SVG path description syntax. A Path instance
also allows describing complex paths, with linear and Bezier segments
and with gaps.</para>