]> andersk Git - libyaml.git/blobdiff - include/yaml.h
Fix typo
[libyaml.git] / 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.026617 seconds and 4 git commands to generate.