summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Arbash Meinel <john@arbash-meinel.com>2011-03-31 12:43:47 +0200
committerJohn Arbash Meinel <john@arbash-meinel.com>2011-03-31 12:43:47 +0200
commitc188112faa0f087038d2908ca2e99a7bb0b26d68 (patch)
tree6b328e2680d07124b6eec89dd16fb4a2b28ed5da
parent82a5bc916aaba4d98a70d1cdab47dc3838447cf5 (diff)
parentfad35d32649f110ee9a2766d7ed790b16cdf23d3 (diff)
downloadbzr-fastimport-c188112faa0f087038d2908ca2e99a7bb0b26d68.tar.gz
Quick typo fix from Martin Ueding
-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():