From fad35d32649f110ee9a2766d7ed790b16cdf23d3 Mon Sep 17 00:00:00 2001 From: Martin Ueding Date: Thu, 31 Mar 2011 11:45:54 +0200 Subject: fixed typo in 'fasimport' --- __init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(): -- cgit v1.2.1