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-conn-end.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sp-conn-end.cpp') diff --git a/src/sp-conn-end.cpp b/src/sp-conn-end.cpp index 57b0e4954..996d8499a 100644 --- a/src/sp-conn-end.cpp +++ b/src/sp-conn-end.cpp @@ -147,7 +147,7 @@ static void sp_conn_get_route_and_redraw(SPPath *const path, const bool updatePa SPObject const *const ancestor = get_nearest_common_ancestor(path, h2attItem); Geom::Affine const path2anc(i2anc_affine(path, ancestor)); - // Set sensible values incase there the connector ends are not + // Set sensible values in case there the connector ends are not // attached to any shapes. Geom::PathVector conn_pv = path->_curve->get_pathvector(); double endPos[2] = { 0.0, static_cast(conn_pv[0].size()) }; -- cgit v1.2.3