sc/source/ui/condformat/condformateasydlg.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit edefc201d061fe8718a522ef4422273c7d89daff Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Fri Aug 16 00:22:19 2024 +0200 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Fri Aug 16 10:38:29 2024 +0200 Fix typo Change-Id: I1fd336113d307d50cc98a75e14c9fd085bb6d884 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/171938 Reviewed-by: Julien Nabet <serval2...@yahoo.fr> Tested-by: Jenkins diff --git a/sc/source/ui/condformat/condformateasydlg.cxx b/sc/source/ui/condformat/condformateasydlg.cxx index 5b131d8e2361..835f5de9eddc 100644 --- a/sc/source/ui/condformat/condformateasydlg.cxx +++ b/sc/source/ui/condformat/condformateasydlg.cxx @@ -370,7 +370,7 @@ IMPL_LINK(ConditionalFormatEasyDialog, ButtonPressed, weld::Button&, rButton, vo } else { - DBG_ASSERT(false, "Invalid conidtion type selected."); + DBG_ASSERT(false, "Invalid condition type selected."); return; }