diff options
| author | Yuri Chornoivan <yurchor@ukr.net> | 2019-07-01 23:35:16 +0000 |
|---|---|---|
| committer | Patrick Storz <eduard.braun2@gmx.de> | 2019-07-01 23:35:16 +0000 |
| commit | 7f3aa2882be5547d5308870bced554502ca4421c (patch) | |
| tree | 4c6b44f441fa20ac0d409c4c98c160fcaefc00c6 /src/live_effects/lpe-offset.cpp | |
| parent | Basque translation update (diff) | |
| download | inkscape-7f3aa2882be5547d5308870bced554502ca4421c.tar.gz inkscape-7f3aa2882be5547d5308870bced554502ca4421c.zip | |
Fix various minor typos
Diffstat (limited to 'src/live_effects/lpe-offset.cpp')
| -rw-r--r-- | src/live_effects/lpe-offset.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/live_effects/lpe-offset.cpp b/src/live_effects/lpe-offset.cpp index 124d7a612..3ec66d433 100644 --- a/src/live_effects/lpe-offset.cpp +++ b/src/live_effects/lpe-offset.cpp @@ -359,8 +359,8 @@ LPEOffset::doEffect_path(Geom::PathVector const & path_in) original_width = (*original_bounds).width(); } reversed = against_dir_bounds.contains(with_dir_bounds) == false; - // We can have a strange result thth bounding box container - // Give a wrong result.in teory it happends sometimes on expand offset + // We can have a strange result for the bounding box container + // Gives a wrong result, in theory, it happens sometimes on expand offset if (offset > 0 && ((original_width < against_dir_width && original_width < with_dir_width) || |
