diff --git a/docs/tips.rst b/docs/tips.rst index 780132276..8b9dda158 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 4605a02bd..564e417cf 100644 --- a/pelican/tests/__init__.py +++ b/pelican/tests/__init__.py @@ -3,7 +3,7 @@ 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