summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Nieder <jrnieder@gmail.com>2011-01-30 10:41:28 +0100
committerJelmer Vernooij <jelmer@samba.org>2011-01-30 10:41:28 +0100
commita1b95ca7eff55cf9720f9c1eac0c1a3e3d8fd334 (patch)
treecdebc794b2ffbd484a8e4d179ab530ccb54d067b
parentcb7b46ec679b67e5d16233a97d4afbe34d999644 (diff)
downloadpython-fastimport-a1b95ca7eff55cf9720f9c1eac0c1a3e3d8fd334.tar.gz
Fix typo in setup.py
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 283f3e4..bc9665a 100755
--- a/setup.py
+++ b/setup.py
@@ -3,7 +3,7 @@ from distutils.core import setup
setup(name="fastimport",
version="0.9.0dev0",
- description="VCS fastimport/fsatexport parser",
+ description="VCS fastimport/fastexport parser",
author="Canonical Ltd",
author_email="bazaar@lists.canonical.com",
license = "GNU GPL v2",