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/style.cpp | |
| 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/style.cpp')
| -rw-r--r-- | src/style.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/style.cpp b/src/style.cpp index 5d6ba7a15..03dec1e4b 100644 --- a/src/style.cpp +++ b/src/style.cpp @@ -268,7 +268,7 @@ SPStyle::SPStyle(SPDocument *document_in, SPObject *object_in) : text_decoration_color.setStylePointer( this ); fill.setStylePointer( this ); stroke.setStylePointer( this ); - // color.setStylePointer( this ); // Doen't need reference to self + // color.setStylePointer( this ); // Doesn't need reference to self // 'text_decoration' shorthand requires access to included properties. text_decoration.setStylePointer( this ); |
