mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 14:03:30 +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:
@@ -257,7 +257,7 @@ def get_page_build_body(payload: Dict[str, Any]) -> str:
|
||||
CONTENT_MESSAGE_TEMPLATE.format(message=build['error']['message'])
|
||||
)
|
||||
|
||||
return u"Github Pages build, trigerred by {}, {}.".format(
|
||||
return u"Github Pages build, triggered by {}, {}.".format(
|
||||
payload['build']['pusher']['login'],
|
||||
action
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user