summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-01-12 13:05:09 +0000
committerhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-01-12 13:05:09 +0000
commit4b190c4852895cc78b7594c884ba3ed091f82400 (patch)
treeab67c0a3cae64f3d7dc6bbbf8324fdbd6586434d
parent3f059374b880c0e14788ec6654ab9e113c2e7c01 (diff)
Fix a typo.
* template/unicode_norm_gen.tmpl: ouput -> output git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61791 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--template/unicode_norm_gen.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/unicode_norm_gen.tmpl b/template/unicode_norm_gen.tmpl
index 64acfc8d18..f83fc2d0cd 100644
--- a/template/unicode_norm_gen.tmpl
+++ b/template/unicode_norm_gen.tmpl
@@ -5,7 +5,7 @@
# 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]