mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
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
This commit is contained in:
parent
3f059374b8
commit
4b190c4852
1 changed files with 1 additions and 1 deletions
|
@ -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]
|
||||
|
||||
|
|
Loading…
Reference in a new issue