diff options
| author | luz.paz <luzpaz@users.noreply.github.com> | 2018-05-09 14:37:28 +0000 |
|---|---|---|
| committer | luz paz <luzpaz@users.noreply.github.com> | 2018-05-14 19:38:17 +0000 |
| commit | 5f701e9b37a3a8adc6e4964bc7fac0f34dfc9db1 (patch) | |
| tree | 083733a3701c229199a4bc22225f397cc26bedfd /src/ui/tools/freehand-base.h | |
| parent | Fix bug embeding SVG as PNG (diff) | |
| download | inkscape-5f701e9b37a3a8adc6e4964bc7fac0f34dfc9db1.tar.gz inkscape-5f701e9b37a3a8adc6e4964bc7fac0f34dfc9db1.zip | |
Misc. typos
Found via `codespell` and `grep`
Diffstat (limited to 'src/ui/tools/freehand-base.h')
| -rw-r--r-- | src/ui/tools/freehand-base.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/tools/freehand-base.h b/src/ui/tools/freehand-base.h index 09c57f6f7..38b3851ff 100644 --- a/src/ui/tools/freehand-base.h +++ b/src/ui/tools/freehand-base.h @@ -76,7 +76,7 @@ public: std::list<SPCurve *> white_curves; std::vector<SPDrawAnchor*> white_anchors; - // Temporary modiffied curve when start anchor + // Temporary modified curve when start anchor SPCurve *sa_overwrited; // Start anchor |
