summaryrefslogtreecommitdiff
path: root/pelican
diff options
context:
space:
mode:
authorRavin Kumar <ravinsdrive@gmail.com>2022-04-28 19:28:26 -0700
committerRavin Kumar <ravinsdrive@gmail.com>2022-04-28 19:28:26 -0700
commitd89c6f6ed28065106857f2eae7c98a6b943f983f (patch)
tree9b9d3b8a723e0230aee88aff795668d857631526 /pelican
parente8d6318e93fecacebca41b2013622b374bd2ad34 (diff)
downloadpelican-d89c6f6ed28065106857f2eae7c98a6b943f983f.tar.gz
Fix small typo
Diffstat (limited to 'pelican')
-rw-r--r--pelican/contents.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pelican/contents.py b/pelican/contents.py
index 1740df88..6ffffdc3 100644
--- a/pelican/contents.py
+++ b/pelican/contents.py
@@ -15,7 +15,7 @@ from pelican.utils import (deprecated_attribute, memoized, path_to_url,
posixize_path, sanitised_join, set_date_tzinfo,
slugify, truncate_html_words)
-# Import these so that they're avalaible when you import from pelican.contents.
+# Import these so that they're available when you import from pelican.contents.
from pelican.urlwrappers import (Author, Category, Tag, URLWrapper) # NOQA
logger = logging.getLogger(__name__)