Trivial typo

This commit is contained in:
Robin Ward 2014-03-17 13:13:05 -04:00
parent 38f2c778fb
commit 5b0d8d5ffd
1 changed files with 1 additions and 1 deletions

View File

@ -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