Merge pull request #1760 from dv2/fix_spelling

Correct few spelling in the comments
This commit is contained in:
Neil Lalonde
2013-12-27 11:00:02 -08:00
5 changed files with 5 additions and 5 deletions

View File

@@ -40,7 +40,7 @@ module Jobs
puts "Failed to pull hotlinked image: #{src} - Image is bigger than #{@max_size}"
end
end
# have we successfuly downloaded that file?
# have we successfully downloaded that file?
if downloaded_urls[src].present?
url = downloaded_urls[src]
escaped_src = src.gsub("?", "\\?").gsub(".", "\\.").gsub("+", "\\+")