typos: Fix typos caught by mwic.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2024-05-20 13:16:21 -07:00
committed by Anders Kaseorg
parent 38cae070ed
commit b545abe1e2
30 changed files with 34 additions and 34 deletions

View File

@@ -145,7 +145,7 @@ def register_remote_server(
AfterValidator(lambda s: check_string_fixed_length(s, RemoteZulipServer.API_KEY_LENGTH)),
] = None,
) -> HttpResponse:
# StringConstraints validated the the field lengths, but we still need to
# StringConstraints validated the field lengths, but we still need to
# validate the format of these fields.
try:
# TODO: Ideally we'd not abuse the URL validator this way