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

ruby-changes:49674

From: hsbt <ko1@a...>
Date: Fri, 12 Jan 2018 22:05:13 +0900 (JST)
Subject: [ruby-changes:49674] hsbt:r61791 (trunk): Fix a typo.

hsbt	2018-01-12 22:05:09 +0900 (Fri, 12 Jan 2018)

  New Revision: 61791

  https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=61791

  Log:
    Fix a typo.
    
      * template/unicode_norm_gen.tmpl: ouput -> output

  Modified files:
    trunk/template/unicode_norm_gen.tmpl
Index: template/unicode_norm_gen.tmpl
===================================================================
--- template/unicode_norm_gen.tmpl	(revision 61790)
+++ template/unicode_norm_gen.tmpl	(revision 61791)
@@ -5,7 +5,7 @@ https://github.com/ruby/ruby/blob/trunk/template/unicode_norm_gen.tmpl#L5
 # Script to generate Ruby data structures used in implementing
 # String#unicode_normalize,...
 
-# Constants for input and ouput directory
+# Constants for input and output directory
 InputDataDir = ARGV[0] || 'enc/unicode/data'
 unicode_version = InputDataDir[/.*\/(\d+\.\d+\.\d+)(?=\/|\z)/, 1]
 

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

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