From c1c60447f30be25c7f5e8a05c29dd17758f3358a Mon Sep 17 00:00:00 2001
From: Rick Waldron <waldron.rick@gmail.com>
Date: Tue, 29 May 2018 14:02:28 -0400
Subject: [PATCH] Intl.Locale: fix typo in assertion message (#1575)

---
 test/intl402/Locale/constructor-options-hourcycle-valid.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/intl402/Locale/constructor-options-hourcycle-valid.js b/test/intl402/Locale/constructor-options-hourcycle-valid.js
index dc371a92cb..42fc7e16ef 100644
--- a/test/intl402/Locale/constructor-options-hourcycle-valid.js
+++ b/test/intl402/Locale/constructor-options-hourcycle-valid.js
@@ -68,6 +68,6 @@ for (const hourCycle of validHourCycleOptions) {
   assert.sameValue(
     new Intl.Locale('en-u-hc-h00', options).hourCycle,
     expected,
-    `new Intl.Locale('en-u-hc-h00', options).hourCycle equals the value of ${expect}`
+    `new Intl.Locale('en-u-hc-h00', options).hourCycle equals the value of ${expected}`
   );
 }
-- 
GitLab