summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2024-09-12 17:13:19 +0200
committerJulien Nabet <serval2412@yahoo.fr>2024-09-12 22:32:26 +0200
commit128b19c33088dcd3dab55074a70a545e4b47a190 (patch)
treee8ba356eea96cfea4550b34b5e0fab97b8a1a797
parent5a45f7925b8c88baeb23ee253491888bfa6233cc (diff)
Fix typo
Change-Id: I8659ec30e8cabbbbd693bc50266fa0a386fb007c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/173271 Tested-by: Julien Nabet <serval2412@yahoo.fr> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r--sfx2/source/doc/guisaveas.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/doc/guisaveas.cxx b/sfx2/source/doc/guisaveas.cxx
index add52df2bc44..435657928d71 100644
--- a/sfx2/source/doc/guisaveas.cxx
+++ b/sfx2/source/doc/guisaveas.cxx
@@ -1939,7 +1939,7 @@ bool SfxStoringHelper::FinishGUIStoreModel(::comphelper::SequenceAsHashMap::cons
if (!bFoundCert)
{
// couldn't find the specified default signing certificate!
- // alert the user the document won't be singed
+ // alert the user the document won't be signed
std::unique_ptr<weld::MessageDialog> xBox(Application::CreateMessageDialog(
SfxStoringHelper::GetModelWindow(aModelData.GetModel()),
VclMessageType::Error, VclButtonsType::Ok,