summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Mayer <entroP@gmail.com>2022-08-04 15:09:53 +0200
committerGitHub <noreply@github.com>2022-08-04 15:09:53 +0200
commit062144a875beb9fe065774882657ff552bd36b02 (patch)
tree93011014ecb855efe90169f11d9b53c413c58007
parente265deb094161d416ba33bb8c53927abd56db6e4 (diff)
parent6cac8237ccfe3f91f5a4f40300c085a83eb18adc (diff)
downloadpelican-062144a875beb9fe065774882657ff552bd36b02.tar.gz
Merge pull request #3020 from timgates42/bugfix_typos
-rw-r--r--docs/tips.rst2
-rw-r--r--pelican/tests/__init__.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/tips.rst b/docs/tips.rst
index 78013227..8b9dda15 100644
--- a/docs/tips.rst
+++ b/docs/tips.rst
@@ -30,7 +30,7 @@ For Apache::
ErrorDocument 404 /404.html
For Amazon S3, first navigate to the ``Static Site Hosting`` menu in the bucket
-settings on your AWS cosole. From there::
+settings on your AWS console. From there::
Error Document: 404.html
diff --git a/pelican/tests/__init__.py b/pelican/tests/__init__.py
index 4605a02b..564e417c 100644
--- a/pelican/tests/__init__.py
+++ b/pelican/tests/__init__.py
@@ -3,7 +3,7 @@ import warnings
from pelican.log import log_warnings
-# redirect warnings modulole to use logging instead
+# redirect warnings module to use logging instead
log_warnings()
# setup warnings to log DeprecationWarning's and error on