diff options
author | luzpaz <luzpaz@users.noreply.github.com> | 2018-09-13 18:53:09 -0400 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2018-09-14 00:53:09 +0200 |
commit | 40dd19be37852d4442a924c2a74bcbbfbf57e054 (patch) | |
tree | e47f0e5fbf2fa08db31583c0566c14c715daaf2e /app/models | |
parent | 4959ead07c56be120fd00b10c5da4f9db0bb1ea1 (diff) |
Misc. typos (#8694)
Found via `codespell -q 3 --skip="./app/javascript/mastodon/locales,./config/locales"`
Diffstat (limited to 'app/models')
-rw-r--r-- | app/models/status.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/status.rb b/app/models/status.rb index 35655bff2..f2b5cc6ce 100644 --- a/app/models/status.rb +++ b/app/models/status.rb @@ -241,7 +241,7 @@ class Status < ApplicationRecord def as_direct_timeline(account, limit = 20, max_id = nil, since_id = nil, cache_ids = false) # direct timeline is mix of direct message from_me and to_me. - # 2 querys are executed with pagination. + # 2 queries are executed with pagination. # constant expression using arel_table is required for partial index # _from_me part does not require any timeline filters |