From f7cc6b4dcc164403d62c9b48ae37f1c4c20f4b4f Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Thu, 30 Dec 2021 16:18:25 +0000 Subject: Split up os.h, inline functions and fix some typos --- src/kv.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/kv.h') 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 -- cgit v1.2.3