aboutsummaryrefslogtreecommitdiffstats
path: root/template
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
commit139d735084d42ff690cb18d51cd7437307b26aa8 (patch)
treeab67c0a3cae64f3d7dc6bbbf8324fdbd6586434d /template
parent33a1a559a130fe7e01d0d130345390519bec37a9 (diff)
downloadruby-139d735084d42ff690cb18d51cd7437307b26aa8.tar.gz
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
Diffstat (limited to 'template')
-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]