File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -526,7 +526,7 @@ let report_error ppf = function
526
526
| Conflicting_inline_attributes ->
527
527
Format. fprintf ppf " @[Conflicting ``inline'' attributes@]"
528
528
| 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@]"
530
530
531
531
let () =
532
532
Location. register_error_of_exn (function
Original file line number Diff line number Diff line change @@ -282846,7 +282846,7 @@ let report_error ppf = function
282846
282846
| Conflicting_inline_attributes ->
282847
282847
Format.fprintf ppf "@[Conflicting ``inline'' attributes@]"
282848
282848
| 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@]"
282850
282850
282851
282851
let () =
282852
282852
Location.register_error_of_exn (function
Original file line number Diff line number Diff line change @@ -294291,7 +294291,7 @@ let report_error ppf = function
294291
294291
| Conflicting_inline_attributes ->
294292
294292
Format.fprintf ppf "@[Conflicting ``inline'' attributes@]"
294293
294293
| 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@]"
294295
294295
294296
294296
let () =
294297
294297
Location.register_error_of_exn (function
Original file line number Diff line number Diff line change @@ -293776,7 +293776,7 @@ let report_error ppf = function
293776
293776
| Conflicting_inline_attributes ->
293777
293777
Format.fprintf ppf "@[Conflicting ``inline'' attributes@]"
293778
293778
| 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@]"
293780
293780
293781
293781
let () =
293782
293782
Location.register_error_of_exn (function
You can’t perform that action at this time.
0 commit comments