From 5f701e9b37a3a8adc6e4964bc7fac0f34dfc9db1 Mon Sep 17 00:00:00 2001 From: "luz.paz" Date: Wed, 9 May 2018 10:37:28 -0400 Subject: Misc. typos Found via `codespell` and `grep` --- src/style.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/style.cpp') 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 ); -- cgit v1.2.3