diff options
author | Zachary Scott <zachary@zacharyscott.net> | 2013-09-20 10:45:27 -0400 |
---|---|---|
committer | Zachary Scott <zachary@zacharyscott.net> | 2013-09-20 10:45:27 -0400 |
commit | aaa92999d3476e72ce8c780b82d74214ae317a94 (patch) | |
tree | 09df795ad9cec2ed24273252a56d211b5460450c /ext | |
parent | 684612c46ee5534904fb811bc3548219fc38ea26 (diff) | |
download | psych-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.h | 2 |
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). |