diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2017-04-02 03:34:44 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2017-04-02 03:34:44 +0000 |
commit | 6139e0033a0435f526f16b5df9b1e597402d3377 (patch) | |
tree | 2863f34c452528dfa9104d614970b7c6220d8434 /lib/tasks | |
parent | adce697d9964be3092b358ea5fc10b399964cb19 (diff) | |
download | redmine-6139e0033a0435f526f16b5df9b1e597402d3377.tar.gz redmine-6139e0033a0435f526f16b5df9b1e597402d3377.zip |
spelling fixes (#25495)
git-svn-id: http://svn.redmine.org/redmine/trunk@16445 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'lib/tasks')
-rw-r--r-- | lib/tasks/locales.rake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tasks/locales.rake b/lib/tasks/locales.rake index 7d2ecfe80..028a25154 100644 --- a/lib/tasks/locales.rake +++ b/lib/tasks/locales.rake @@ -111,7 +111,7 @@ END_DESC files.each do |path| # Skip certain locales (puts "Skipping #{path}"; next) if File.basename(path, ".yml") =~ skips - # TODO: Check for dupliate/existing keys + # TODO: Check for duplicate/existing keys puts "Adding #{key_list} to #{path}" File.open(path, 'a') do |file| adds.each do |kv| |