diff options
| author | luz.paz <luzpaz@users.noreply.github.com> | 2018-06-30 12:56:14 +0000 |
|---|---|---|
| committer | luz paz <luzpaz@users.noreply.github.com> | 2018-09-11 19:26:04 +0000 |
| commit | d598a3a5662a0ce6d60b39d272fce9a278b348aa (patch) | |
| tree | 01411005c8d350718316c095d2c19e3b0b49e35b /src/object/sp-offset.cpp | |
| parent | Refactor xml editor, improve UI and prepare for future additions (diff) | |
| download | inkscape-d598a3a5662a0ce6d60b39d272fce9a278b348aa.tar.gz inkscape-d598a3a5662a0ce6d60b39d272fce9a278b348aa.zip | |
Misc. typos
Found via `codespell -q 3 -I ../inkscape-whitelist.txt --skip="*.svg,*.po,*.nsh,*.in,./src/3rdparty"`
Diffstat (limited to 'src/object/sp-offset.cpp')
| -rw-r--r-- | src/object/sp-offset.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/object/sp-offset.cpp b/src/object/sp-offset.cpp index 9f9297077..348e0ad32 100644 --- a/src/object/sp-offset.cpp +++ b/src/object/sp-offset.cpp @@ -350,7 +350,7 @@ void SPOffset::set_shape() { if ( fabs(this->rad) < 0.01 ) { // grosso modo: 0 - // just put the source this as the offseted one, no one will notice + // just put this source as the offsetted one, no one will notice // it's also useless to compute the offset with a 0 radius //XML Tree being used directly here while it shouldn't be. |
