summaryrefslogtreecommitdiffhomepage
path: root/src/kv.h
diff options
context:
space:
mode:
authorMichael Smith <mikesmiffy128@gmail.com>2021-12-30 16:18:25 +0000
committerMichael Smith <mikesmiffy128@gmail.com>2021-12-30 16:18:25 +0000
commitf7cc6b4dcc164403d62c9b48ae37f1c4c20f4b4f (patch)
tree01e10063327d80bc265efdec6680ed38147a87b9 /src/kv.h
parent0f232d8eaee1f94896596a9969982297cee7dc67 (diff)
Split up os.h, inline functions and fix some typos
Diffstat (limited to 'src/kv.h')
-rw-r--r--src/kv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kv.h b/src/kv.h
index 6de2c67..4ed459b 100644
--- a/src/kv.h
+++ b/src/kv.h
@@ -49,7 +49,7 @@ struct kv_parser {
#define KV_PARSER_ERROR -1
/*
- * These are the tokens that can be receieved by a kv_parser_cb (below).
+ * These are the tokens that can be received by a kv_parser_cb (below).
* The x-macro and string descriptions are given to allow for easy debug
* stringification. Note that this "parser" is really just lexing out these
* tokens - handling the actual structure of the file should be done in the