summaryrefslogtreecommitdiffstats
path: root/src/sp-conn-end.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/sp-conn-end.cpp')
-rw-r--r--src/sp-conn-end.cpp2
1 files changed, 1 insertions, 1 deletions
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<double>(conn_pv[0].size()) };