Skip to content
Snippets Groups Projects
Commit 09b3e1ee authored by Richard van der Hoff's avatar Richard van der Hoff
Browse files

typo

parent 8356fa37
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment