File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ let unwrap_structure ~loc = function
104
104
let unmap_comprehension ~loc payload =
105
105
let str = unwrap_structure ~loc payload in
106
106
let get_hd_and_tl = function
107
- | [] -> Misc. fatal_error " Unexpected sturcture in comprehension extension."
107
+ | [] -> Misc. fatal_error " Unexpected structure in comprehension extension."
108
108
| hd ::tl -> hd, tl
109
109
in
110
110
let str_hd, str_tl = get_hd_and_tl str in
@@ -161,7 +161,7 @@ let extension_expr_of_payload ~loc ((name, payload) : extension) =
161
161
162
162
let report_error ~loc = function
163
163
| Extension_not_existent extension_name ->
164
- Location. errorf ~loc " Extension %s does not exsist ." extension_name
164
+ Location. errorf ~loc " Extension %s does not exist ." extension_name
165
165
| Illegal_comprehension_extension_construct ->
166
166
Location. errorf ~loc " Wrong extension syntax for comprehensions."
167
167
You can’t perform that action at this time.
0 commit comments