diff options
| author | luz.paz <luzpaz@users.noreply.github.com> | 2018-01-08 21:50:51 +0000 |
|---|---|---|
| committer | luz.paz <luzpaz@users.noreply.github.com> | 2018-01-08 21:50:51 +0000 |
| commit | 202e75590f8200823ef0efd36cc0edbd1bf1edcc (patch) | |
| tree | 1a18f646f7e49b0e1836efd6401793f6e9c38d68 /src/sp-conn-end.cpp | |
| parent | Restore ability to switch mode while using spray tool (is this even useful?). (diff) | |
| download | inkscape-202e75590f8200823ef0efd36cc0edbd1bf1edcc.tar.gz inkscape-202e75590f8200823ef0efd36cc0edbd1bf1edcc.zip | |
Misc. typos
Found via `codespell`
Diffstat (limited to 'src/sp-conn-end.cpp')
| -rw-r--r-- | src/sp-conn-end.cpp | 2 |
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()) }; |
