summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@collabora.com>2019-12-14 16:19:42 +0000
committerMichael Meeks <michael.meeks@collabora.com>2019-12-14 16:19:48 +0000
commit5d5fb42715e2ebff3639c801016fdcac26ed2420 (patch)
treeb9b5e0abff5cb35a61eb9629df2f5a1869f23f66
parentd1ae9096cf5de023e8644484070efe472e2b255b (diff)
Typo fix.
Change-Id: I4698a00a8646366bcf30aabd997c31996a58d0e0
-rw-r--r--wsd/ProofKey.cpp2
1 files changed, 1 insertions, 1 deletions
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);