From 202e75590f8200823ef0efd36cc0edbd1bf1edcc Mon Sep 17 00:00:00 2001 From: "luz.paz" Date: Mon, 8 Jan 2018 16:50:51 -0500 Subject: Misc. typos Found via `codespell` --- src/sp-path.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sp-path.cpp') 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); -- cgit v1.2.3