summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author林博仁(Buo-ren Lin) <Buo.Ren.Lin@gmail.com>2019-04-17 11:05:54 +0800
committerTina Müller (tinita) <cpan2@tinita.de>2019-06-06 19:11:29 +0200
commitb4ca1390104f6e52329a1999272c758dc2fd38fa (patch)
tree82e7bffffa1e731c259ab4c189fbdf03b455e136
parent567353cee9c8c5f8de1f438f89a9a2fa7a7b06fe (diff)
downloadlibyaml-git-b4ca1390104f6e52329a1999272c758dc2fd38fa.tar.gz
Fix typo in comment
s/intendation/indentation/ Signed-off-by: 林博仁(Buo-ren, Lin) <Buo.Ren.Lin@gmail.com>
-rw-r--r--include/yaml.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/yaml.h b/include/yaml.h
index c225908..7163684 100644
--- a/include/yaml.h
+++ b/include/yaml.h
@@ -1858,7 +1858,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).