summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/tasks/locales.rake2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tasks/locales.rake b/lib/tasks/locales.rake
index bc99a9a9b..dadd80f3d 100644
--- a/lib/tasks/locales.rake
+++ b/lib/tasks/locales.rake
@@ -123,7 +123,7 @@ END_DESC
# in case of installing by rvm,
# Ruby 1.9 default yaml library is psych.
- task :check_parsing_by_psynch do
+ task :check_parsing_by_psych do
begin
require 'psych'
parser = Psych::Parser.new