diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2022-09-14 13:26:49 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2022-09-14 19:42:11 +0200 |
commit | fcbd3882ae2c529c355386e4d2a08b0d3d46ef8b (patch) | |
tree | 6f0ad671c455d9b7a002511a799e6ca478ea4f28 /include | |
parent | 8f90f1ab1fdb50cb0c74687b276f62aa0391b880 (diff) |
Fix typo signes->signs
Change-Id: I3e673aba3190f3183c357681c2a379b2be8e2c84
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/139925
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'include')
-rw-r--r-- | include/LibreOfficeKit/LibreOfficeKit.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
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, |