diff options
| author | ewlumpkin <ewlumpkin@gmail.com> | 2021-10-05 21:33:14 +0000 | 
|---|---|---|
| committer | ewlumpkin <ewlumpkin@gmail.com> | 2021-10-05 21:42:57 +0000 | 
| commit | 214d8a60e15dc1b086d3f6033f686246317739f1 (patch) | |
| tree | db070e001b544ede6a95886d972e4f45a977bad4 /lib/sbuf.h | |
| parent | f72b987de1d4897919902b96559c8fd4da58b366 (diff) | |
lib: fix spelling nits in more lib files
Signed-off-by: ewlumpkin <ewlumpkin@gmail.com>
Diffstat (limited to 'lib/sbuf.h')
| -rw-r--r-- | lib/sbuf.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sbuf.h b/lib/sbuf.h index 9f0311006d..aaa2db0edb 100644 --- a/lib/sbuf.h +++ b/lib/sbuf.h @@ -35,7 +35,7 @@ extern "C" {   * without any information about the previous parsing steps, is usually not very   * helpful.   * Using sbuf, the parser can log the whole parsing process into a buffer using - * a printf like API. When an error ocurrs, all the information about previous + * a printf like API. When an error occurs, all the information about previous   * parsing steps is there in the log, without any need for backtracking, and can   * be used to give a detailed and useful error description.   * When parsing completes successfully without any error, the log can just be  | 
