about summary refs log tree commit diff
path: root/db/migrate/20170920032311_fix_reblogs_in_feeds.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/migrate/20170920032311_fix_reblogs_in_feeds.rb')
-rw-r--r--db/migrate/20170920032311_fix_reblogs_in_feeds.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/migrate/20170920032311_fix_reblogs_in_feeds.rb b/db/migrate/20170920032311_fix_reblogs_in_feeds.rb
index bcd4b9137..4ab68e8f3 100644
--- a/db/migrate/20170920032311_fix_reblogs_in_feeds.rb
+++ b/db/migrate/20170920032311_fix_reblogs_in_feeds.rb
@@ -16,7 +16,7 @@ class FixReblogsInFeeds < ActiveRecord::Migration[5.1]
     # is once again set to the reblogging status' ID, and the value
     # is set to the reblogged status' ID). This is safe for Redis'
     # float conversion because in this reblog tracking zset, we only
-    # need the rebloggging status' ID to be able to stop tracking
+    # need the reblogging status' ID to be able to stop tracking
     # entries after they have gotten too far down the feed, which
     # does not require an exact value.