summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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