@@ -450,7 +450,7 @@ HarmonyExportImportedSpecifierDependency.Template = class HarmonyExportImportedS
450
450
451
451
case "reexport-non-harmony-default" :
452
452
return (
453
- "/* harmony reexport (default from non-hamory ) */ " +
453
+ "/* harmony reexport (default from non-harmony ) */ " +
454
454
this . getReexportStatement (
455
455
module ,
456
456
module . isUsed ( mode . name ) ,
@@ -461,7 +461,7 @@ HarmonyExportImportedSpecifierDependency.Template = class HarmonyExportImportedS
461
461
462
462
case "reexport-fake-namespace-object" :
463
463
return (
464
- "/* harmony reexport (fake namespace object from non-hamory ) */ " +
464
+ "/* harmony reexport (fake namespace object from non-harmony ) */ " +
465
465
this . getReexportFakeNamespaceObjectStatement (
466
466
module ,
467
467
module . isUsed ( mode . name ) ,
@@ -471,7 +471,7 @@ HarmonyExportImportedSpecifierDependency.Template = class HarmonyExportImportedS
471
471
472
472
case "rexport-non-harmony-undefined" :
473
473
return (
474
- "/* harmony reexport (non default export from non-hamory ) */ " +
474
+ "/* harmony reexport (non default export from non-harmony ) */ " +
475
475
this . getReexportStatement (
476
476
module ,
477
477
module . isUsed ( mode . name ) ,
@@ -482,7 +482,7 @@ HarmonyExportImportedSpecifierDependency.Template = class HarmonyExportImportedS
482
482
483
483
case "reexport-non-harmony-default-strict" :
484
484
return (
485
- "/* harmony reexport (default from non-hamory ) */ " +
485
+ "/* harmony reexport (default from non-harmony ) */ " +
486
486
this . getReexportStatement (
487
487
module ,
488
488
module . isUsed ( mode . name ) ,
0 commit comments