summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: c900103)
raw | patch | inline | side by side (parent: c900103)
author | cilix42 <cilix42@users.sourceforge.net> | |
Sun, 18 May 2008 20:54:23 +0000 (20:54 +0000) | ||
committer | cilix42 <cilix42@users.sourceforge.net> | |
Sun, 18 May 2008 20:54:23 +0000 (20:54 +0000) |
src/sp-path.cpp | patch | blob | history |
diff --git a/src/sp-path.cpp b/src/sp-path.cpp
index 20515c4cd7c7c52f49fc567b9f2d02264870e8aa..4654b1b131645bcc78902b33b7588730347813d4 100644 (file)
--- a/src/sp-path.cpp
+++ b/src/sp-path.cpp
* Adds a original_curve to the path. If owner is specified, a reference
* will be made, otherwise the curve will be copied into the path.
* Any existing curve in the path will be unreferenced first.
- * This routine triggers reapplication of the an effect is present
- * an also triggers a request to update the display. Does not write
-* result to XML when write=false.
+ * This routine triggers reapplication of an effect if present
+ * and also triggers a request to update the display. Does not write
+ * result to XML when write=false.
*/
void
sp_path_set_original_curve (SPPath *path, SPCurve *curve, unsigned int owner, bool write)