diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-07-22 23:27:34 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2018-07-23 11:44:59 +0200 |
commit | 7d071f35bee7bed82ac47429a594e76617518d20 (patch) | |
tree | 3ed3c824582657839c55a1caf4c246788533929f /xmlsecurity | |
parent | 934fa68365b40c9dcfe5ae4a0e712195e0c1d5a4 (diff) |
Fix typos
Change-Id: Iebc31a53404da41f35eed7338662365d7efbd7a2
Reviewed-on: https://gerrit.libreoffice.org/57810
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'xmlsecurity')
-rw-r--r-- | xmlsecurity/source/helper/xsecctl.cxx | 2 | ||||
-rw-r--r-- | xmlsecurity/source/xmlsec/nss/nssinitializer.cxx | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/xmlsecurity/source/helper/xsecctl.cxx b/xmlsecurity/source/helper/xsecctl.cxx index e7731672a331..7a8422bc39e2 100644 --- a/xmlsecurity/source/helper/xsecctl.cxx +++ b/xmlsecurity/source/helper/xsecctl.cxx @@ -837,7 +837,7 @@ void XSecController::exportSignature( OUStringBuffer buffer; //If the xml signature was already contained in the document, - //then we use the original date and time string, rather then the + //then we use the original date and time string, rather than the //converted one. This avoids writing a different string due to //e.g. rounding issues and thus breaking the signature. if (!signatureInfo.ouDateTime.isEmpty()) diff --git a/xmlsecurity/source/xmlsec/nss/nssinitializer.cxx b/xmlsecurity/source/xmlsec/nss/nssinitializer.cxx index c402e2833604..dd035c6f657a 100644 --- a/xmlsecurity/source/xmlsec/nss/nssinitializer.cxx +++ b/xmlsecurity/source/xmlsec/nss/nssinitializer.cxx @@ -213,9 +213,9 @@ OString getMozillaCurrentProfile( const css::uno::Reference< css::uno::XComponen //used on a different platform. // //Then one needs to add the roots module oneself. This should be done with -//SECMOD_LoadUserModule rather then SECMOD_AddNewModule. The latter would write +//SECMOD_LoadUserModule rather than SECMOD_AddNewModule. The latter would write //the location of the roots module to the profile, which makes FF2 and TB2 use -//it instead of there own module. +//it instead of their own module. // //When using SYSTEM_NSS then the libnss3.so lib is typically found in /usr/lib. //This folder may, however, NOT contain the roots certificate module. That is, |