File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ extern "C" {
35
35
yajl_status_ok ,
36
36
/** a client callback returned zero, stopping the parse */
37
37
yajl_status_client_canceled ,
38
- /** An error occured during the parse. Call yajl_get_error for
38
+ /** An error occurred during the parse. Call yajl_get_error for
39
39
* more information about the encountered error */
40
40
yajl_status_error
41
41
} yajl_status ;
@@ -192,7 +192,7 @@ extern "C" {
192
192
* parse.
193
193
*
194
194
* If verbose is non-zero, the message will include the JSON
195
- * text where the error occured , along with an arrow pointing to
195
+ * text where the error occurred , along with an arrow pointing to
196
196
* the specific char.
197
197
*
198
198
* \returns A dynamically allocated string will be returned which should
@@ -211,7 +211,7 @@ extern "C" {
211
211
*
212
212
* In the event an error is encountered during parsing, this function
213
213
* affords the client a way to get the offset into the most recent
214
- * chunk where the error occured . 0 will be returned if no error
214
+ * chunk where the error occurred . 0 will be returned if no error
215
215
* was encountered.
216
216
*/
217
217
YAJL_API size_t yajl_get_bytes_consumed (yajl_handle hand );
You can’t perform that action at this time.
0 commit comments