aboutsummaryrefslogtreecommitdiff
path: root/javascript/olm_post.js
diff options
context:
space:
mode:
authorRichard van der Hoff <richard@matrix.org>2016-12-15 16:28:30 +0000
committerRichard van der Hoff <richard@matrix.org>2016-12-15 16:28:30 +0000
commit09b3e1eecdd83c738a1bcd1aca7319206eaf7091 (patch)
treeca871422c008b312e79d5b7b4bbb83c97c2db1ae /javascript/olm_post.js
parent8356fa37adbe1662141f93cc749e4c2d05af9f7b (diff)
typo
Diffstat (limited to 'javascript/olm_post.js')
-rw-r--r--javascript/olm_post.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/javascript/olm_post.js b/javascript/olm_post.js
index 752279a..fd74122 100644
--- a/javascript/olm_post.js
+++ b/javascript/olm_post.js
@@ -354,7 +354,7 @@ Session.prototype['encrypt'] = restore_stack(function(
Session.prototype['decrypt'] = restore_stack(function(
message_type, message
) {
- var message_buffer, plaintext_buffer, max_pliantext_length;
+ var message_buffer, plaintext_buffer, max_plaintext_length;
try {
message_buffer = malloc(message.length);