summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Bechtold <tbechtold@suse.com>2014-11-18 20:38:43 +0100
committerThomas Bechtold <tbechtold@suse.com>2014-11-18 20:38:43 +0100
commit483b475b038a318519c842c5b3ee4388fe6ed30a (patch)
treee5203ebcc27b989fc3f1380b1c637e7a92346580
parentd0abd82c67c1a4e1046d82380cf0f5f3fd546c42 (diff)
downloadpecan-483b475b038a318519c842c5b3ee4388fe6ed30a.tar.gz
Fix typo in description
Change-Id: I94623975f3a95404acbba4e263e69dc8ef816293
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 9ccfeb8..f001377 100644
--- a/setup.py
+++ b/setup.py
@@ -70,7 +70,7 @@ setup(
name='pecan',
version=version,
description="A WSGI object-dispatching web framework, designed to be "
- "lean and fast, with few dependancies.",
+ "lean and fast, with few dependencies.",
long_description=None,
classifiers=[
'Development Status :: 5 - Production/Stable',