diff options
| author | Maximilian Albert <maximilian.albert@gmail.com> | 2008-05-18 20:54:23 +0000 |
|---|---|---|
| committer | cilix42 <cilix42@users.sourceforge.net> | 2008-05-18 20:54:23 +0000 |
| commit | 34cc976828296cb4cf72cd34c14bbad7c5aa10b7 (patch) | |
| tree | cb3637624f772edcefa35243f6e009daf1b23a38 /src/sp-path.cpp | |
| parent | Add function to return path effect type (diff) | |
| download | inkscape-34cc976828296cb4cf72cd34c14bbad7c5aa10b7.tar.gz inkscape-34cc976828296cb4cf72cd34c14bbad7c5aa10b7.zip | |
noop: correct spelling in comment
(bzr r5697)
Diffstat (limited to 'src/sp-path.cpp')
| -rw-r--r-- | src/sp-path.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/sp-path.cpp b/src/sp-path.cpp index 20515c4cd..4654b1b13 100644 --- a/src/sp-path.cpp +++ b/src/sp-path.cpp @@ -447,9 +447,9 @@ sp_path_update_patheffect(SPLPEItem *lpeitem, bool write) * 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) |
