X-Git-Url: http://andersk.mit.edu/gitweb/libyaml.git/blobdiff_plain/c72cf5fde86348406b8115fece6a5bb4cc61b98d..6bc9e2466b54f015e1ed127cf6e053b73b5adacf:/include/yaml.h 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"