Commit 46139eeae0a75a524c5c1bbd9441966bd33d7bc2

Authored by Dhruv Kapadia
1 parent 4b2884aa

Typo 2

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
lib/tasks/test_api.rake
@@ -46,7 +46,7 @@ namespace :test_api do @@ -46,7 +46,7 @@ namespace :test_api do
46 end 46 end
47 47
48 if error_msg.blank? 48 if error_msg.blank?
49 - CronMailer.deliver_info_message(CRON_EMAIL, "Test of API Vote Consistency passed", "Examined #{questions.length} questions and found no irregulaties") 49 + CronMailer.deliver_info_message(CRON_EMAIL, "Test of API Vote Consistency passed", "Examined #{questions.length} questions and found no irregularities")
50 else 50 else
51 CronMailer.deliver_info_message("#{CRON_EMAIL},#{ERRORS_EMAIL}", "Error! Failure of API Vote Consistency " , error_msg) 51 CronMailer.deliver_info_message("#{CRON_EMAIL},#{ERRORS_EMAIL}", "Error! Failure of API Vote Consistency " , error_msg)
52 end 52 end