Rev 311: Quick typo fix from Martin Ueding in http://bazaar.launchpad.net/%2Bbranch/bzr-fastimport
John Arbash Meinel
john at arbash-meinel.com
Thu Mar 31 10:44:02 UTC 2011
At http://bazaar.launchpad.net/%2Bbranch/bzr-fastimport
------------------------------------------------------------
revno: 311 [merge]
revision-id: john at arbash-meinel.com-20110331104347-5nbsvam1z2hmt134
parent: jelmer at samba.org-20110310010239-a6q4nc0x9tjnwkm8
parent: dev at martin-ueding.de-20110331094554-z276a1o5moaoij5o
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: bzr-fastimport
timestamp: Thu 2011-03-31 12:43:47 +0200
message:
Quick typo fix from Martin Ueding
modified:
__init__.py __init__.py-20080214062642-3skl9e4t111bnuu3-3
-------------- next part --------------
=== modified file '__init__.py'
--- a/__init__.py 2011-03-08 10:21:32 +0000
+++ b/__init__.py 2011-03-31 10:43:47 +0000
@@ -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 @@
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():
More information about the bazaar-commits
mailing list