From: Kevin Wojniak Date: Thu, 29 Dec 2016 05:11:55 +0000 (-0800) Subject: Fix typo X-Git-Tag: upstream/0.2.1^2~35 X-Git-Url: http://andersk.mit.edu/gitweb/libyaml.git/commitdiff_plain/6bc9e2466b54f015e1ed127cf6e053b73b5adacf Fix typo --- 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"