summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Wojniak <kainjow@users.noreply.github.com>2016-12-28 21:11:55 -0800
committerGitHub <noreply@github.com>2016-12-28 21:11:55 -0800
commit6bc9e2466b54f015e1ed127cf6e053b73b5adacf (patch)
tree35c218bd6d26ca7fc8efe9352cfa19da779b7b3c
parentc72cf5fde86348406b8115fece6a5bb4cc61b98d (diff)
downloadlibyaml-git-6bc9e2466b54f015e1ed127cf6e053b73b5adacf.tar.gz
Fix typo
-rw-r--r--include/yaml.h2
1 files changed, 1 insertions, 1 deletions
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"