From 5b0d8d5ffd92d5c9b4652f181db00a4c558c100a Mon Sep 17 00:00:00 2001 From: Robin Ward Date: Mon, 17 Mar 2014 13:13:05 -0400 Subject: [PATCH] Trivial typo --- script/discourse | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/discourse b/script/discourse index 85ced0fb9..47b7dece5 100755 --- a/script/discourse +++ b/script/discourse @@ -74,7 +74,7 @@ WHERE table_schema='public' and (data_type like 'char%' or data_type like 'text% puts '', 'The filename argument was missing.', '' usage rescue Import::ImportDisabledError - puts '', 'Restore are not allowed.', 'An admin needs to set allow_restore to true in the site settings before restores can be run.', '' + puts '', 'Restores are not allowed.', 'An admin needs to set allow_restore to true in the site settings before restores can be run.', '' puts 'Restore cancelled.', '' end end