From 02cd03516443c0af71ddaf59c4044a11d65cffb5 Mon Sep 17 00:00:00 2001 From: Yaw Anokwa Date: Thu, 26 Apr 2018 09:46:32 -0700 Subject: [PATCH] Correct spelling errors --- lib/tasks/destroy.rake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/tasks/destroy.rake b/lib/tasks/destroy.rake index 957369aacb6..c0796740488 100644 --- a/lib/tasks/destroy.rake +++ b/lib/tasks/destroy.rake @@ -1,6 +1,6 @@ ## These tasks are destructive and are for clearing out all the # content and users from your site, but keeping your site settings, -# theme, and category structrue. +# theme, and category structure. desc "Remove all topics in a category" task "destroy:topics", [:category] => :environment do |t, args| category = args[:category] @@ -32,7 +32,7 @@ task "destroy:users" => :environment do puts log = DestroyTask.destroy_users end -desc "Destory site stats" +desc "Destroy site stats" task "destroy:stats" => :environment do puts "Going to delete all site stats..." DestroyTask.destroy_stats