diff options
author | Richard van der Hoff <richard@matrix.org> | 2016-12-15 16:28:30 +0000 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2016-12-15 16:28:30 +0000 |
commit | 09b3e1eecdd83c738a1bcd1aca7319206eaf7091 (patch) | |
tree | ca871422c008b312e79d5b7b4bbb83c97c2db1ae /javascript | |
parent | 8356fa37adbe1662141f93cc749e4c2d05af9f7b (diff) |
typo
Diffstat (limited to 'javascript')
-rw-r--r-- | javascript/olm_post.js | 2 |
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); |