summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--__init__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/__init__.py b/__init__.py
index 6bc4fb8..c77b302 100644
--- a/__init__.py
+++ b/__init__.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2008 Canonical Ltd
+# Copyright (C) 2008-2011 Canonical Ltd
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -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():