Skip to content

Commit

Permalink
Merge pull request #48 from timgates42/bugfix_typo_subsequent
Browse files Browse the repository at this point in the history
docs: fix simple typo, subsetquent -> subsequent
  • Loading branch information
gabriel authored Oct 4, 2021
2 parents 80a1ce0 + 709fbb2 commit 9bc0b7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yajl-2.1.0/yajl_lex.h
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ void yajl_lex_free(yajl_lexer lexer);
/**
* run/continue a lex. "offset" is an input/output parameter.
* It should be initialized to zero for a
* new chunk of target text, and upon subsetquent calls with the same
* new chunk of target text, and upon subsequent calls with the same
* target text should passed with the value of the previous invocation.
*
* the client may be interested in the value of offset when an error is
Expand Down

0 comments on commit 9bc0b7d

Please sign in to comment.