summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorZachary Scott <zachary@zacharyscott.net>2013-09-20 10:45:27 -0400
committerZachary Scott <zachary@zacharyscott.net>2013-09-20 10:45:27 -0400
commitaaa92999d3476e72ce8c780b82d74214ae317a94 (patch)
tree09df795ad9cec2ed24273252a56d211b5460450c /ext
parent684612c46ee5534904fb811bc3548219fc38ea26 (diff)
downloadpsych-aaa92999d3476e72ce8c780b82d74214ae317a94.tar.gz
* ext/psych/yaml/yaml.h: [DOC] fix typo by @GreenGeorge [Fixes GH-161]
https://github.com/tenderlove/psych/pull/161
Diffstat (limited to 'ext')
-rw-r--r--ext/psych/yaml/yaml.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/psych/yaml/yaml.h b/ext/psych/yaml/yaml.h
index d7777c6..f33a152 100644
--- a/ext/psych/yaml/yaml.h
+++ b/ext/psych/yaml/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).