summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Ueding <dev@martin-ueding.de>2011-03-31 11:45:54 +0200
committerMartin Ueding <dev@martin-ueding.de>2011-03-31 11:45:54 +0200
commitfad35d32649f110ee9a2766d7ed790b16cdf23d3 (patch)
tree87196795b39121c2e79e24cdac4a70cbce44aae9
parent82a5bc916aaba4d98a70d1cdab47dc3838447cf5 (diff)
downloadbzr-fastimport-fad35d32649f110ee9a2766d7ed790b16cdf23d3.tar.gz
fixed typo in 'fasimport'
-rw-r--r--__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/__init__.py b/__init__.py
index 6bc4fb8..80a9e81 100644
--- a/__init__.py
+++ b/__init__.py
@@ -93,7 +93,7 @@ def load_fastimport():
except ImportError, e:
from bzrlib.errors import DependencyNotPresent
raise DependencyNotPresent("fastimport",
- "bzr-fastimport requires the fasimport python module")
+ "bzr-fastimport requires the fastimport python module")
def test_suite():