Skip to content

Commit fa9939c

Browse files
Liquorhaoren3696
Liquor
authored andcommitted
fix simple typo
reference:lloyd#231
1 parent 3d65cb0 commit fa9939c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/api/yajl_parse.h

+3-3
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ extern "C" {
3535
yajl_status_ok,
3636
/** a client callback returned zero, stopping the parse */
3737
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
3939
* more information about the encountered error */
4040
yajl_status_error
4141
} yajl_status;
@@ -192,7 +192,7 @@ extern "C" {
192192
* parse.
193193
*
194194
* 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
196196
* the specific char.
197197
*
198198
* \returns A dynamically allocated string will be returned which should
@@ -211,7 +211,7 @@ extern "C" {
211211
*
212212
* In the event an error is encountered during parsing, this function
213213
* 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
215215
* was encountered.
216216
*/
217217
YAJL_API size_t yajl_get_bytes_consumed(yajl_handle hand);

0 commit comments

Comments
 (0)