about summary refs log tree commit diff
path: root/lib
diff options
context:
space:
mode:
authorluzpaz <luzpaz@users.noreply.github.com>2018-09-13 18:53:09 -0400
committerEugen Rochko <eugen@zeonfederated.com>2018-09-14 00:53:09 +0200
commit40dd19be37852d4442a924c2a74bcbbfbf57e054 (patch)
treee47f0e5fbf2fa08db31583c0566c14c715daaf2e /lib
parent4959ead07c56be120fd00b10c5da4f9db0bb1ea1 (diff)
Misc. typos (#8694)
Found via `codespell -q 3 --skip="./app/javascript/mastodon/locales,./config/locales"`
Diffstat (limited to 'lib')
-rw-r--r--lib/mastodon/migration_helpers.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mastodon/migration_helpers.rb b/lib/mastodon/migration_helpers.rb
index e154b5a2c..5c135685f 100644
--- a/lib/mastodon/migration_helpers.rb
+++ b/lib/mastodon/migration_helpers.rb
@@ -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