From 230fa6bd8e5faa581bf1fc96f249f266cbbae1c6 Mon Sep 17 00:00:00 2001 From: icyleaf Date: Tue, 17 Sep 2013 22:54:42 +0800 Subject: [PATCH] typo --- pelican/tools/pelican_import.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pelican/tools/pelican_import.py b/pelican/tools/pelican_import.py index 001e35af..b9c26553 100755 --- a/pelican/tools/pelican_import.py +++ b/pelican/tools/pelican_import.py @@ -632,7 +632,7 @@ def main(): elif args.feed: input_type = 'feed' else: - error = "You must provide either --wpfile, --dotclear, --posterous, --tumblr, --chrpy or --feed options" + error = "You must provide either --wpfile, --dotclear, --posterous, --tumblr, --chyrp or --feed options" exit(error) if not os.path.exists(args.output):