mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 21:43:21 +00:00
text: Fix some typos (most of them found and fixed by codespell).
Signed-off-by: Stefan Weil <sw@weilnetz.de>
This commit is contained in:
@@ -379,7 +379,7 @@ def get_bots_backend(request: HttpRequest, user_profile: UserProfile) -> HttpRes
|
||||
default_events_register_stream = get_stream_name(bot_profile.default_events_register_stream)
|
||||
|
||||
# Bots are supposed to have only one API key, at least for now.
|
||||
# Therefore we can safely asume that one and only valid API key will be
|
||||
# Therefore we can safely assume that one and only valid API key will be
|
||||
# the first one.
|
||||
api_key = get_api_key(bot_profile)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user