summaryrefslogtreecommitdiff
path: root/ext/yaml.h
diff options
context:
space:
mode:
authorAnthon van der Neut <anthon@mnt.org>2017-06-10 06:50:01 +0200
committerAnthon van der Neut <anthon@mnt.org>2017-06-10 06:50:01 +0200
commit7ef60797d995efb75738f2b2687c0a3c6137df99 (patch)
tree0d33f88e51a4d54ee6e9d5d89a17caf273d784d2 /ext/yaml.h
parent9d2c07760ce6583c8875b9f1e5b4e494fcd654b4 (diff)
downloadruamel.yaml-7ef60797d995efb75738f2b2687c0a3c6137df99.tar.gz
typos
Diffstat (limited to 'ext/yaml.h')
-rw-r--r--ext/yaml.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/yaml.h b/ext/yaml.h
index 5a04d36..df62bf5 100644
--- a/ext/yaml.h
+++ b/ext/yaml.h
@@ -1851,7 +1851,7 @@ YAML_DECLARE(void)
yaml_emitter_set_canonical(yaml_emitter_t *emitter, int canonical);
/**
- * Set the intendation increment.
+ * Set the indentation increment.
*
* @param[in,out] emitter An emitter object.
* @param[in] indent The indentation increment (1 < . < 10).