sw/source/core/unocore/unosett.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 04bd09866f656bd265f5631297070dcf14c5f77f Author: Andrea Gelmini <[email protected]> AuthorDate: Tue Jun 18 22:55:45 2024 +0200 Commit: Andrea Gelmini <[email protected]> CommitDate: Thu Jun 20 19:21:52 2024 +0200 Fix typo Change-Id: Ia197c0eb16227f1dbee0c0eef65d4c2821edfa83 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169170 Tested-by: Andrea Gelmini <[email protected]> Reviewed-by: Julien Nabet <[email protected]> diff --git a/sw/source/core/unocore/unosett.cxx b/sw/source/core/unocore/unosett.cxx index 56edf4f8c840..a28fc1f1b4c4 100644 --- a/sw/source/core/unocore/unosett.cxx +++ b/sw/source/core/unocore/unosett.cxx @@ -1050,7 +1050,7 @@ SwXNumberingRules::SwXNumberingRules(SwDocShell& rDocSh) : m_bOwnNumRuleCreated(false) { if (!m_pDocShell->GetDoc()) - throw uno::RuntimeException(u"Unitialized shell passed to SwXNumberingRules constructor"_ustr); + throw uno::RuntimeException(u"Uninitialized shell passed to SwXNumberingRules constructor"_ustr); m_pImpl->StartListening(GetPageDescNotifier(m_pDocShell->GetDoc())); }
