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
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
531531let () =
532532 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
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
282851282851let () =
282852282852 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
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
294296294296let () =
294297294297 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
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
293781293781let () =
293782293782 Location.register_error_of_exn (function
You can’t perform that action at this time.
0 commit comments