Fix typos using codespell.

The command:
codespell --skip='./locale,*.svg,./docs/translating,postgresql.conf.template.erb,.*fixtures,./yarn.lock,./docs/THIRDPARTY,./tools/setup/emoji/emoji_names.py,./tools/setup/emoji/emoji_map.json,./zerver/management/data/unified_reactions.json' --ignore-words=codespell_ignore_words.txt .

The content of codespell_ignore_words:
```
te
ans
pullrequest
ist
cros
wit
nwe
circularly
ned
ba
ressemble
ser
sur
hel
fpr
alls
nd
ot
```
This commit is contained in:
rht
2021-05-18 08:44:05 -04:00
committed by Tim Abbott
parent d1c385f425
commit aa3cdfa2e9
8 changed files with 8 additions and 8 deletions

View File

@@ -688,7 +688,7 @@ def has_message_access(
"""
Returns whether a user has access to a given message.
* The user_message parameter must be provded if the user has a UserMessage
* The user_message parameter must be provided if the user has a UserMessage
row for the target message.
* The optional stream parameter is validated; is_subscribed is not.
"""