Index: src/messages.js |
diff --git a/src/messages.js b/src/messages.js |
index cdf95b1f2736d19ad0339d6de13953d19a8171cf..733fe95e2f7bddc0eea9997571bd2fd85278d6e5 100644 |
--- a/src/messages.js |
+++ b/src/messages.js |
@@ -120,7 +120,7 @@ var kMessages = { |
invalid_string_length: ["Invalid string length"], |
invalid_typed_array_offset: ["Start offset is too large:"], |
invalid_typed_array_length: ["Invalid typed array length"], |
- invalid_typed_array_alignment: ["%0", "of", "%1", "should be a multiple of", "%3"], |
+ invalid_typed_array_alignment: ["%0", " of ", "%1", " should be a multiple of ", "%2"], |
typed_array_set_source_too_large: |
["Source is too large"], |
typed_array_set_negative_offset: |