diff --git a/hyde/ext/plugins/tagger.py b/hyde/ext/plugins/tagger.py index 6dc54b9..3e50d62 100644 --- a/hyde/ext/plugins/tagger.py +++ b/hyde/ext/plugins/tagger.py @@ -154,7 +154,7 @@ class TaggerPlugin(Plugin): if not 'template' in config: raise self.template.exception_class( - "No Template sepecified in tagger configuration.") + "No Template specified in tagger configuration.") source = content.node_from_relative_path(config.get('source', '')) target = self.site.config.deploy_root_path.child_folder( config.get('target', 'tags'))