Skip to content

Commit 229aa0e

Browse files
d4h0cristianoc
authored andcommitted
Fix 'alloewed' typo in translmod.ml
1 parent 7fe359b commit 229aa0e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

jscomp/ml/translmod.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -526,7 +526,7 @@ let report_error ppf = function
526526
| Conflicting_inline_attributes ->
527527
Format.fprintf ppf "@[Conflicting ``inline'' attributes@]"
528528
| Fragile_pattern_in_toplevel ->
529-
Format.fprintf ppf "@[Such fragile pattern not alloewed in the toplevel@]"
529+
Format.fprintf ppf "@[Such fragile pattern not allowed in the toplevel@]"
530530

531531
let () =
532532
Location.register_error_of_exn (function

lib/4.06.1/unstable/js_compiler.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282846,7 +282846,7 @@ let report_error ppf = function
282846282846
| Conflicting_inline_attributes ->
282847282847
Format.fprintf ppf "@[Conflicting ``inline'' attributes@]"
282848282848
| Fragile_pattern_in_toplevel ->
282849-
Format.fprintf ppf "@[Such fragile pattern not alloewed in the toplevel@]"
282849+
Format.fprintf ppf "@[Such fragile pattern not allowed in the toplevel@]"
282850282850

282851282851
let () =
282852282852
Location.register_error_of_exn (function

lib/4.06.1/unstable/js_playground_compiler.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294291,7 +294291,7 @@ let report_error ppf = function
294291294291
| Conflicting_inline_attributes ->
294292294292
Format.fprintf ppf "@[Conflicting ``inline'' attributes@]"
294293294293
| Fragile_pattern_in_toplevel ->
294294-
Format.fprintf ppf "@[Such fragile pattern not alloewed in the toplevel@]"
294294+
Format.fprintf ppf "@[Such fragile pattern not allowed in the toplevel@]"
294295294295

294296294296
let () =
294297294297
Location.register_error_of_exn (function

lib/4.06.1/whole_compiler.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293776,7 +293776,7 @@ let report_error ppf = function
293776293776
| Conflicting_inline_attributes ->
293777293777
Format.fprintf ppf "@[Conflicting ``inline'' attributes@]"
293778293778
| Fragile_pattern_in_toplevel ->
293779-
Format.fprintf ppf "@[Such fragile pattern not alloewed in the toplevel@]"
293779+
Format.fprintf ppf "@[Such fragile pattern not allowed in the toplevel@]"
293780293780

293781293781
let () =
293782293782
Location.register_error_of_exn (function

0 commit comments

Comments
 (0)