From 6bc9e2466b54f015e1ed127cf6e053b73b5adacf Mon Sep 17 00:00:00 2001 From: Kevin Wojniak Date: Wed, 28 Dec 2016 21:11:55 -0800 Subject: [PATCH] Fix typo --- include/yaml.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/yaml.h b/include/yaml.h index 5a04d36..4362145 100644 --- a/include/yaml.h +++ b/include/yaml.h @@ -663,7 +663,7 @@ yaml_event_delete(yaml_event_t *event); /** The tag @c !!null with the only possible value: @c null. */ #define YAML_NULL_TAG "tag:yaml.org,2002:null" -/** The tag @c !!bool with the values: @c true and @c falce. */ +/** The tag @c !!bool with the values: @c true and @c false. */ #define YAML_BOOL_TAG "tag:yaml.org,2002:bool" /** The tag @c !!str for string values. */ #define YAML_STR_TAG "tag:yaml.org,2002:str" -- 2.45.1