Misc. typos (#8694)
Found via `codespell -q 3 --skip="./app/javascript/mastodon/locales,./config/locales"`
This commit is contained in:
parent
4959ead07c
commit
40dd19be37
15 changed files with 18 additions and 18 deletions
|
@ -835,7 +835,7 @@ module Mastodon
|
|||
columns(table).find { |column| column.name == name }
|
||||
end
|
||||
|
||||
# This will replace the first occurance of a string in a column with
|
||||
# This will replace the first occurrence of a string in a column with
|
||||
# the replacement
|
||||
# On postgresql we can use `regexp_replace` for that.
|
||||
# On mysql we find the location of the pattern, and overwrite it
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue