diff options
| author | luz.paz <luzpaz@users.noreply.github.com> | 2018-02-07 23:08:52 +0000 |
|---|---|---|
| committer | Eduard Braun <eduard.braun2@gmx.de> | 2018-02-10 14:13:06 +0000 |
| commit | d677be7ba2cbc99dbe3385a0df1dd26c5bed6b8e (patch) | |
| tree | d36617c75f27083e26896269bdbf4a165f150e05 /src/splivarot.cpp | |
| parent | Copy numpy import error message over from measure.py (no new strings) (diff) | |
| download | inkscape-d677be7ba2cbc99dbe3385a0df1dd26c5bed6b8e.tar.gz inkscape-d677be7ba2cbc99dbe3385a0df1dd26c5bed6b8e.zip | |
Misc. typos
Found via `codespell`
Diffstat (limited to '')
| -rw-r--r-- | src/splivarot.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/splivarot.cpp b/src/splivarot.cpp index 7daaefdfa..cbb51f312 100644 --- a/src/splivarot.cpp +++ b/src/splivarot.cpp @@ -281,7 +281,7 @@ sp_pathvector_boolop(Geom::PathVector const &pathva, Geom::PathVector const &pat free(toCut); } else if ( bop == bool_op_cut ) { // il faut appeler pour desallouer PointData (pas vital, mais bon) - // the Booleen() function did not deallocated the point_data array in theShape, because this + // the Booleen() function did not deallocate the point_data array in theShape, because this // function needs it. // this function uses the point_data to get the winding number of each path (ie: is a hole or not) // for later reconstruction in objects, you also need to extract which path is parent of holes (nesting info) @@ -659,7 +659,7 @@ BoolOpErrors Inkscape::ObjectSet::pathBoolOp(bool_op bop, const bool skip_undo, free(toCut); } else if ( bop == bool_op_cut ) { // il faut appeler pour desallouer PointData (pas vital, mais bon) - // the Booleen() function did not deallocated the point_data array in theShape, because this + // the Booleen() function did not deallocate the point_data array in theShape, because this // function needs it. // this function uses the point_data to get the winding number of each path (ie: is a hole or not) // for later reconstruction in objects, you also need to extract which path is parent of holes (nesting info) |
