filter/source/config/tools/merge/FCFGMerge.cfg |    4 ++--
 framework/source/services/autorecovery.cxx     |    2 +-
 include/LibreOfficeKit/LibreOfficeKit.hxx      |    2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

New commits:
commit fcbd3882ae2c529c355386e4d2a08b0d3d46ef8b
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Wed Sep 14 13:26:49 2022 +0200
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Wed Sep 14 19:42:11 2022 +0200

    Fix typo signes->signs
    
    Change-Id: I3e673aba3190f3183c357681c2a379b2be8e2c84
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/139925
    Tested-by: Julien Nabet <serval2...@yahoo.fr>
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>

diff --git a/filter/source/config/tools/merge/FCFGMerge.cfg 
b/filter/source/config/tools/merge/FCFGMerge.cfg
index 8a0b4b78fec8..041a16a9f17b 100644
--- a/filter/source/config/tools/merge/FCFGMerge.cfg
+++ b/filter/source/config/tools/merge/FCFGMerge.cfg
@@ -32,7 +32,7 @@ loglevel = 2
 # This extension is used for all XML files. It doesn't
 # matter if it's used for reading fragments or writing
 # XML packages.
-# Must be given without any additional signes like "."
+# Must be given without any additional signs like "."
 # or "*."!
 #
 # [REQUIRED]
@@ -44,7 +44,7 @@ extension_xcu=xcu
 # This extension is used for all Package files. It doesn't
 # matter if it's used for reading such files or writing
 # it.
-# Must be given without any additional signes like "."
+# Must be given without any additional signs like "."
 # or "*."!
 #
 # [REQUIRED]
diff --git a/framework/source/services/autorecovery.cxx 
b/framework/source/services/autorecovery.cxx
index 5c34dc5421ac..3ecc95ced885 100644
--- a/framework/source/services/autorecovery.cxx
+++ b/framework/source/services/autorecovery.cxx
@@ -3483,7 +3483,7 @@ void AutoRecovery::implts_generateNewTempURL(const 
OUString&               sBack
         sUniqueName.append("untitled");
     sUniqueName.append("_");
 
-    // TODO: Must we strip some illegal signes - if we use the title?
+    // TODO: Must we strip some illegal signs - if we use the title?
 
     OUString sName(sUniqueName.makeStringAndClear());
     OUString sExtension(rInfo.Extension);
diff --git a/include/LibreOfficeKit/LibreOfficeKit.hxx 
b/include/LibreOfficeKit/LibreOfficeKit.hxx
index 4aafaa830626..5caa0a0503e0 100644
--- a/include/LibreOfficeKit/LibreOfficeKit.hxx
+++ b/include/LibreOfficeKit/LibreOfficeKit.hxx
@@ -1027,7 +1027,7 @@ public:
     }
 
     /**
-     * Exports the document and signes its content.
+     * Exports the document and signs its content.
      */
     bool signDocument(const char* pURL,
                        const unsigned char* pCertificateBinary, const int 
nCertificateBinarySize,

Reply via email to