From dabee7bd9b759893fda108c244d9e75b4c8f0cc8 Mon Sep 17 00:00:00 2001
From: Arup Rakshit <aruprakshit@users.noreply.github.com>
Date: Mon, 22 May 2017 21:23:38 +0530
Subject: [PATCH] Fix spelling typo. (#1046)

---
 test/built-ins/Map/iterator-items-are-not-object.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/built-ins/Map/iterator-items-are-not-object.js b/test/built-ins/Map/iterator-items-are-not-object.js
index edbed01857..f175bc913c 100644
--- a/test/built-ins/Map/iterator-items-are-not-object.js
+++ b/test/built-ins/Map/iterator-items-are-not-object.js
@@ -3,7 +3,7 @@
 /*---
 es6id: 23.1.1.1
 description: >
-  Throws a TypeError if iterable itens are not Objects.
+  Throws a TypeError if iterable items are not Objects.
 info: >
   Map ( [ iterable ] )
 
-- 
GitLab