wsd/ProofKey.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 5d5fb42715e2ebff3639c801016fdcac26ed2420 Author: Michael Meeks <michael.me...@collabora.com> AuthorDate: Sat Dec 14 16:19:42 2019 +0000 Commit: Michael Meeks <michael.me...@collabora.com> CommitDate: Sat Dec 14 16:19:48 2019 +0000
Typo fix. Change-Id: I4698a00a8646366bcf30aabd997c31996a58d0e0 diff --git a/wsd/ProofKey.cpp b/wsd/ProofKey.cpp index a1f78b111..118724def 100644 --- a/wsd/ProofKey.cpp +++ b/wsd/ProofKey.cpp @@ -87,7 +87,7 @@ Proof::Proof() { // TODO: This is definitely not correct at the moment. The proof key must be // base64-encoded blob in "unmanaged Microsoft Cryptographic API (CAPI)" format - // (as .Net's RSACryptoServiceProvider::ExportScpBlob returns). + // (as .Net's RSACryptoServiceProvider::ExportCspBlob returns). std::ostringstream oss; Poco::OutputLineEndingConverter lineEndingConv(oss, ""); m_pKey->save(&lineEndingConv); _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits