[Libreoffice-commits] online.git: wsd/ProofKey.cpp

Michael Meeks (via logerrit) logerrit at kemper.freedesktop.org
Sat Dec 14 16:20:10 UTC 2019


 wsd/ProofKey.cpp |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 5d5fb42715e2ebff3639c801016fdcac26ed2420
Author:     Michael Meeks <michael.meeks at collabora.com>
AuthorDate: Sat Dec 14 16:19:42 2019 +0000
Commit:     Michael Meeks <michael.meeks at 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);


More information about the Libreoffice-commits mailing list