summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2023-09-18 19:25:18 +0200
committerJulien Nabet <serval2412@yahoo.fr>2023-09-20 07:28:23 +0200
commit211c4df7656bc81617e98ec89466c12f998a6130 (patch)
treee00aefd56b1b65c0ccf8ef857d364595d8915b30 /sc
parent41208b2c46f082814faf721eb84baaf4fc7e9e78 (diff)
Fix typo
Change-Id: I1d248f2980292cdbb9f2c3275c4f371b75f1a2f8 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/157028 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sc')
-rw-r--r--sc/inc/conditio.hxx2
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)
{}