corrected a typo

This commit is contained in:
Alexey Verkhovsky 2005-01-23 20:27:24 +00:00
parent 405e81d29d
commit a99e492f05

View file

@ -17,7 +17,7 @@ class FileYard
else
File.open(file_path(name), 'wb') { |f| f.write(io.read) }
end
# just in case, estrict read access and prohibit write access to the uploaded file
# just in case, restrict read access and prohibit write access to the uploaded file
FileUtils.chmod(0440, file_path(name))
end