From f6fb5a17da883e89cae6f7a960266fc87ccc9f6b Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Sun, 29 Apr 2018 23:19:08 +0200 Subject: Fix typos Change-Id: I92078fdece135754744d85424956dbb071f3899e Reviewed-on: https://gerrit.libreoffice.org/53638 Tested-by: Jenkins Reviewed-by: Julien Nabet --- xmlsecurity/qa/unit/pdfsigning/pdfsigning.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xmlsecurity') diff --git a/xmlsecurity/qa/unit/pdfsigning/pdfsigning.cxx b/xmlsecurity/qa/unit/pdfsigning/pdfsigning.cxx index ddfd19f37a26..e28b01a61d5e 100644 --- a/xmlsecurity/qa/unit/pdfsigning/pdfsigning.cxx +++ b/xmlsecurity/qa/unit/pdfsigning/pdfsigning.cxx @@ -223,7 +223,7 @@ bool PDFSigningTest::sign(const OUString& rInURL, const OUString& rOutURL, if (bSignSuccessful) verify(rOutURL, nOriginalSignatureCount + 1, /*rExpectedSubFilter=*/OString()); - // May return false if NSS failed to parse it's own profile or Windows has no valid certificates installed. + // May return false if NSS failed to parse its own profile or Windows has no valid certificates installed. return bSignSuccessful; } -- cgit