[gegl] fix typos
- From: Michael Muré <mmure src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gegl] fix typos
- Date: Fri, 3 Jun 2011 20:43:09 +0000 (UTC)
commit 4b3d6837f529e9f8d0eb4079cb73f2af8ddb84db
Author: Michael Muré <batolettre gmail com>
Date: Fri Jun 3 22:42:50 2011 +0200
fix typos
gegl/property-types/gegl-path.h | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/gegl/property-types/gegl-path.h b/gegl/property-types/gegl-path.h
index 4ca3400..5dce704 100644
--- a/gegl/property-types/gegl-path.h
+++ b/gegl/property-types/gegl-path.h
@@ -155,9 +155,9 @@ gdouble gegl_path_get_length (GeglPath *path);
* @index: the node number to retrieve
* @node: a pointer to a #GeglPathItem record to be written.
*
- * Retrieve the node of the path at positiong @pos.
+ * Retrieve the node of the path at position @pos.
*
- * Returns TRUE if the node was succesfully retrieved.
+ * Returns TRUE if the node was successfully retrieved.
*/
gboolean gegl_path_get_node (GeglPath *path,
gint index,
@@ -183,7 +183,7 @@ gchar * gegl_path_to_string (GeglPath *path);
* Set the transformation matrix of the path.
*
* The path is transformed through this matrix when being evaluated,
- * causing the calcuated positions and length to be changed by the transform.
+ * causing the calculated positions and length to be changed by the transform.
*/
void gegl_path_set_matrix (GeglPath *path,
GeglMatrix3 *matrix);
@@ -224,7 +224,7 @@ gdouble gegl_path_closest_point (GeglPath *path,
* @path: a #GeglPath
* @pos: how far along the path.
* @x: return location for x coordinate.
- * @y: return locateion for y coordinate
+ * @y: return location for y coordinate
*
* Compute the coordinates of the path at the @position (length measured from
* start of path, not including discontinuities).
@@ -241,7 +241,7 @@ gboolean gegl_path_calc (GeglPath *path,
* @xs: return location for x coordinates
* @ys: return location for y coordinates
*
- * Copmute @num_samples for a path into the provided arrays @xs and @ys
+ * Compute @num_samples for a path into the provided arrays @xs and @ys
* the returned values include the start and end positions of the path.
*/
void gegl_path_calc_values (GeglPath *path,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]