Fix a few typos.

This commit is contained in:
Brian Donovan
2015-02-12 18:47:08 -08:00
parent f5bae0b696
commit ea471a6a17

View File

@@ -18,7 +18,7 @@ exports.ForOfStatement = function (node, parent, scope, file) {
// inherit comments from the original loop
t.inheritsComments(loop, node);
// ensure that it's a block so we can take all it's statemetns
// ensure that it's a block so we can take all its statements
t.ensureBlock(node);
// add the value declaration to the new loop body