[前][次][番号順一覧][スレッド一覧]

ruby-changes:30914

From: zzak <ko1@a...>
Date: Fri, 20 Sep 2013 23:51:54 +0900 (JST)
Subject: [ruby-changes:30914] zzak:r42993 (trunk): * ext/psych/yaml/yaml.h: [DOC] merge upstream typo fix by @GreenGeorge

zzak	2013-09-20 23:51:35 +0900 (Fri, 20 Sep 2013)

  New Revision: 42993

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=42993

  Log:
    * ext/psych/yaml/yaml.h: [DOC] merge upstream typo fix by @GreenGeorge
      https://github.com/tenderlove/psych/pull/161

  Modified files:
    trunk/ChangeLog
    trunk/ext/psych/yaml/yaml.h
Index: ChangeLog
===================================================================
--- ChangeLog	(revision 42992)
+++ ChangeLog	(revision 42993)
@@ -1,3 +1,8 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1
+Fri Sep 20 23:48:34 2013  Zachary Scott  <e@z...>
+
+	* ext/psych/yaml/yaml.h: [DOC] merge upstream typo fix by @GreenGeorge
+	  https://github.com/tenderlove/psych/pull/161
+
 Fri Sep 20 23:37:40 2013  Zachary Scott  <e@z...>
 
 	* lib/securerandom.rb: [DOC] SecureRandom.hex length argument
Index: ext/psych/yaml/yaml.h
===================================================================
--- ext/psych/yaml/yaml.h	(revision 42992)
+++ ext/psych/yaml/yaml.h	(revision 42993)
@@ -1851,7 +1851,7 @@ YAML_DECLARE(void) https://github.com/ruby/ruby/blob/trunk/ext/psych/yaml/yaml.h#L1851
 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).

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]