mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Merge pull request #1760 from dv2/fix_spelling
Correct few spelling in the comments
This commit is contained in:
@@ -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("+", "\\+")
|
||||
|
||||
Reference in New Issue
Block a user