summaryrefslogtreecommitdiffhomepage
path: root/src/kv.h
diff options
context:
space:
mode:
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