From ea471a6a17d2e5f1061067023b6a007cf99df0e4 Mon Sep 17 00:00:00 2001 From: Brian Donovan Date: Thu, 12 Feb 2015 18:47:08 -0800 Subject: [PATCH] Fix a few typos. --- lib/6to5/transformation/transformers/es6/for-of.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/6to5/transformation/transformers/es6/for-of.js b/lib/6to5/transformation/transformers/es6/for-of.js index 42125650b0..14140334b7 100644 --- a/lib/6to5/transformation/transformers/es6/for-of.js +++ b/lib/6to5/transformation/transformers/es6/for-of.js @@ -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