From 1feb7fc0bae0ff488ab9cc1a6cabf699d10d470c Mon Sep 17 00:00:00 2001 From: Mark Haines Date: Fri, 16 Sep 2016 15:32:46 +0100 Subject: [PATCH] Fix copy+paste --- lib/models/event.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/models/event.js b/lib/models/event.js index 7f4e91259..7f9afce00 100644 --- a/lib/models/event.js +++ b/lib/models/event.js @@ -248,8 +248,8 @@ module.exports.MatrixEvent.prototype = { * The keys that must have been owned by the sender of this encrypted event. * These don't necessarily have to come from this event itself, but may be * implied by the cryptographic session. - * For example megolm messages don't claim keys directly, but instead - * inherit a claim from the olm message that established the session. + * For example megolm messages don't prove keys directly, but instead + * inherit a proof from the olm message that established the session. * @return {object} */ getKeysProved: function() {