sc/inc/conditio.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 211c4df7656bc81617e98ec89466c12f998a6130 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Mon Sep 18 19:25:18 2023 +0200 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Wed Sep 20 07:28:23 2023 +0200 Fix typo Change-Id: I1d248f2980292cdbb9f2c3275c4f371b75f1a2f8 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/157028 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2...@yahoo.fr> 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) {}