From 40424c260055d5fb6494dc8b711091ef08d18709 Mon Sep 17 00:00:00 2001 From: zzak Date: Fri, 20 Sep 2013 14:51:35 +0000 Subject: * ext/psych/yaml/yaml.h: [DOC] merge upstream typo fix by @GreenGeorge https://github.com/tenderlove/psych/pull/161 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42993 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/psych/yaml/yaml.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/psych') diff --git a/ext/psych/yaml/yaml.h b/ext/psych/yaml/yaml.h index d7777c6bab..f33a152594 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). -- cgit v1.2.3