]> cat aescling's git repositories - mastodon.git/commitdiff
Fix typo in db.rake (#16126)
authorIkko Ashimine <eltociear@gmail.com>
Tue, 27 Apr 2021 14:25:24 +0000 (23:25 +0900)
committerGitHub <noreply@github.com>
Tue, 27 Apr 2021 14:25:24 +0000 (16:25 +0200)
occured -> occurred

lib/tasks/db.rake

index 7e6c1c8fc59bd6b9e6fc51e024a3018849404103..b2a0d61de07f9baed318aaa79de6f645c93e522d 100644 (file)
@@ -22,7 +22,7 @@ namespace :db do
       unless %w(C POSIX).include?(ActiveRecord::Base.connection.select_one('SELECT datcollate FROM pg_database WHERE datname = current_database();')['datcollate'])
         warn <<~WARNING
           Your database collation is susceptible to index corruption.
-            (This warning does not indicate that index corruption has occured and can be ignored)
+            (This warning does not indicate that index corruption has occurred and can be ignored)
             (To learn more, visit: https://docs.joinmastodon.org/admin/troubleshooting/index-corruption/)
         WARNING
       end