diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-04-16 11:31:51 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2018-04-16 23:19:34 +0200 |
commit | 0f93692fda4226323422cf82ce34ae4bd5e22fab (patch) | |
tree | d79d74bb5ffbc37df5580d67e43d013614d2cf9e /xmlsecurity | |
parent | 7c6fbd0ac3b5927b337aa69b132aba14e9b3103f (diff) |
Fix typos
Change-Id: Ife28cd9399cfcb375bad764dac7424eda50d430d
Reviewed-on: https://gerrit.libreoffice.org/52198
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'xmlsecurity')
-rw-r--r-- | xmlsecurity/source/helper/documentsignaturemanager.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmlsecurity/source/helper/documentsignaturemanager.cxx b/xmlsecurity/source/helper/documentsignaturemanager.cxx index c287b5234063..8d6f2b3f6ed1 100644 --- a/xmlsecurity/source/helper/documentsignaturemanager.cxx +++ b/xmlsecurity/source/helper/documentsignaturemanager.cxx @@ -381,7 +381,7 @@ bool DocumentSignatureManager::add( // We open a signature stream in which the existing and the new //signature is written. ImplGetSignatureInformation (later in this function) will - //then read the stream an will fill maCurrentSignatureInformations. The final signature + //then read the stream and fill maCurrentSignatureInformations. The final signature //is written when the user presses OK. Then only maCurrentSignatureInformation and //a sax writer are used to write the information. SignatureStreamHelper aStreamHelper |