Browse Source

Corrects a typo.

main
Merlin 13 years ago
parent
commit
ff7ca76d29
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      hyde/ext/plugins/tagger.py

+ 1
- 1
hyde/ext/plugins/tagger.py View File

@@ -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'))


Loading…
Cancel
Save