Merge pull request #1466 from cgar/spelling

Minor spelling fixes
This commit is contained in:
Justin Mayer 2014-11-02 12:20:30 -08:00
commit de8b437549
8 changed files with 8 additions and 8 deletions

View file

@ -159,7 +159,7 @@ class Pelican(object):
]
# erase the directory if it is not the source and if that's
# explicitely asked
# explicitly asked
if (self.delete_outputdir and not
os.path.realpath(self.path).startswith(self.output_path)):
clean_output_dir(self.output_path, self.output_retention)