codespell: Correct “requestor” to “requester”.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
(cherry picked from commit c09e7d6407)
This commit is contained in:
Anders Kaseorg
2023-06-20 13:52:31 -07:00
committed by Alex Vandiver
parent a03ea9dc08
commit 89a3a627be
16 changed files with 39 additions and 39 deletions

View File

@@ -52,7 +52,7 @@ class RemoteZulipServer(models.Model):
def __str__(self) -> str:
return f"{self.hostname} {str(self.uuid)[0:12]}"
def format_requestor_for_logs(self) -> str:
def format_requester_for_logs(self) -> str:
return "zulip-server:" + str(self.uuid)