mirror of
https://github.com/zulip/zulip.git
synced 2025-11-20 14:38:46 +00:00
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:
@@ -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.
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user