summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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():