From 38382d662d892b96dc80b15589836a1dc3436e21 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Sandro=20J=C3=A4ckel?=
Date: Mon, 13 Apr 2020 09:34:48 +0200
Subject: [PATCH] Fix typos with codespell
---
README.md | 2 +-
hc/api/transports.py | 2 +-
templates/docs/api.html | 4 ++--
templates/docs/api.md | 4 ++--
templates/docs/projects_teams.html | 4 ++--
templates/docs/projects_teams.md | 2 +-
6 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/README.md b/README.md
index 2df0d135..00bd2af9 100644
--- a/README.md
+++ b/README.md
@@ -196,7 +196,7 @@ DATABASES = {
## Accessing Administration Panel
-healthchecks comes with Django's administation panel where you can manually
+healthchecks comes with Django's administration panel where you can manually
view and modify user accounts, projects, checks, integrations etc. To access it,
* if you haven't already, create a superuser account: `./manage.py createsuperuser`
diff --git a/hc/api/transports.py b/hc/api/transports.py
index e1337462..8629a20e 100644
--- a/hc/api/transports.py
+++ b/hc/api/transports.py
@@ -42,7 +42,7 @@ class Transport(object):
def is_noop(self, check):
""" Return True if transport will ignore check's current status.
- This method is overriden in Webhook subclass where the user can
+ This method is overridden in Webhook subclass where the user can
configure webhook urls for "up" and "down" events, and both are
optional.
diff --git a/templates/docs/api.html b/templates/docs/api.html
index 8a330021..1cbd7552 100644
--- a/templates/docs/api.html
+++ b/templates/docs/api.html
@@ -295,7 +295,7 @@ ignored and "schedule" will be used.
string, optional, default value: "UTC".
Server's timezone. This setting only has effect in combination with the
-"schedule" paremeter.
+"schedule" parameter.
Example:
{"tz": "Europe/Riga"}
@@ -423,7 +423,7 @@ ignored and "schedule" will be used.
string, optional.
Server's timezone. This setting only has effect in combination with the
-"schedule" paremeter.
+"schedule" parameter.
Example:
{"tz": "Europe/Riga"}
diff --git a/templates/docs/api.md b/templates/docs/api.md
index d1eed45a..3d6d7bee 100644
--- a/templates/docs/api.md
+++ b/templates/docs/api.md
@@ -299,7 +299,7 @@ tz
: string, optional, default value: "UTC".
Server's timezone. This setting only has effect in combination with the
- "schedule" paremeter.
+ "schedule" parameter.
Example:
@@ -453,7 +453,7 @@ tz
: string, optional.
Server's timezone. This setting only has effect in combination with the
- "schedule" paremeter.
+ "schedule" parameter.
Example:
diff --git a/templates/docs/projects_teams.html b/templates/docs/projects_teams.html
index bbae90c1..06d6dfb2 100644
--- a/templates/docs/projects_teams.html
+++ b/templates/docs/projects_teams.html
@@ -35,7 +35,7 @@ limit depends on the account's billing plan.
Account's check limit is shared by all projects owned by your account.
For example, consider a Business account with two projects,
"Project A" and "Project B". If A has 70 checks, then B cannot have more than
-30 checks, in order to not exceed Bussiness account's total limit of 100.
+30 checks, in order to not exceed business account's total limit of 100.
However, only checks from your own projects count towards your account's
quota. If you get invited to somebody else's project, that does not change
the number of checks you can create in your own projects.
@@ -47,4 +47,4 @@ projects, it only takes up a single "seat".
Projects and Monthly Reports
SITE_NAME sends monthly email reports at the
start of each month. The monthly reports list a summary of checks from
-all projects you have access to (either as the owner or as a member).
\ No newline at end of file
+all projects you have access to (either as the owner or as a member).
diff --git a/templates/docs/projects_teams.md b/templates/docs/projects_teams.md
index f470e2ee..2d542995 100644
--- a/templates/docs/projects_teams.md
+++ b/templates/docs/projects_teams.md
@@ -45,7 +45,7 @@ limit depends on the account's billing plan.
Account's check limit is shared by all projects owned by your account.
For example, consider a Business account with two projects,
"Project A" and "Project B". If A has 70 checks, then B cannot have more than
-30 checks, in order to not exceed Bussiness account's total limit of 100.
+30 checks, in order to not exceed business account's total limit of 100.
However, only checks from your own projects count towards your account's
quota. If you get invited to somebody else's project, that does not change