mirror of
https://github.com/discourse/discourse.git
synced 2025-05-31 00:08:53 +08:00
DEV: Correct typos and spelling mistakes (#12812)
Over the years we accrued many spelling mistakes in the code base. This PR attempts to fix spelling mistakes and typos in all areas of the code that are extremely safe to change - comments - test descriptions - other low risk areas
This commit is contained in:
@ -46,7 +46,7 @@ def gather_uploads
|
||||
`cp --link '#{source}' '#{destination}'`
|
||||
end
|
||||
|
||||
# ensure file has been succesfuly copied over
|
||||
# ensure file has been successfully copied over
|
||||
raise unless file_exists?(destination)
|
||||
|
||||
# remap links in db
|
||||
|
Reference in New Issue
Block a user