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:
Stefan Weil
2020-03-28 01:25:56 +01:00
committed by GitHub
parent 6eb39c8668
commit d2fa058cc1
114 changed files with 151 additions and 151 deletions

View File

@@ -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
)