diff options
-rw-r--r-- | sc/inc/conditio.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/conditio.hxx b/sc/inc/conditio.hxx index 8e5af1dd3c3c..c3ef00e5cf93 100644 --- a/sc/inc/conditio.hxx +++ b/sc/inc/conditio.hxx @@ -614,7 +614,7 @@ class RepaintInIdle final : public Idle public: RepaintInIdle(ScConditionalFormat* pCondFormat) - : Idle("Contitional Format Repaint Idle") + : Idle("Conditional Format Repaint Idle") , mpCondFormat(pCondFormat) {} |