]> andersk Git - libyaml.git/commitdiff
Fix typo
authorKevin Wojniak <kainjow@users.noreply.github.com>
Thu, 29 Dec 2016 05:11:55 +0000 (21:11 -0800)
committerGitHub <noreply@github.com>
Thu, 29 Dec 2016 05:11:55 +0000 (21:11 -0800)
include/yaml.h

index 5a04d36d4158a0ae8483a693ab42cb169ff45c5b..4362145b97909d75edcc4c4e9e6fc9f6e36921a0 100644 (file)
@@ -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"
This page took 0.04164 seconds and 5 git commands to generate.