diff options
Diffstat (limited to 'src/sp-path.cpp')
| -rw-r--r-- | src/sp-path.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sp-path.cpp b/src/sp-path.cpp index 0cf2a5f3e..513e67810 100644 --- a/src/sp-path.cpp +++ b/src/sp-path.cpp @@ -355,7 +355,7 @@ g_message("sp_path_update_patheffect writes 'd' attribute"); repr->setAttribute("d", NULL); } } else if (!success) { - // LPE was unsuccesfull. Read the old 'd'-attribute. + // LPE was unsuccessful. Read the old 'd'-attribute. if (gchar const * value = repr->attribute("d")) { Geom::PathVector pv = sp_svg_read_pathv(value); SPCurve *oldcurve = new SPCurve(pv); |
