You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by to...@apache.org on 2013/08/01 20:30:31 UTC

[19/22] git commit: Fix a typo.

Fix a typo.


Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo
Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/caa7ab9f
Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/caa7ab9f
Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/caa7ab9f

Branch: refs/heads/0.13.x
Commit: caa7ab9fdb99a099dab683e550d7b4e782e85713
Parents: a1eda4e
Author: Tomaz Muraus <to...@tomaz.me>
Authored: Wed Jul 31 19:54:20 2013 +0200
Committer: Tomaz Muraus <to...@apache.org>
Committed: Thu Aug 1 20:28:50 2013 +0200

----------------------------------------------------------------------
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/libcloud/blob/caa7ab9f/setup.py
----------------------------------------------------------------------
diff --git a/setup.py b/setup.py
index fc82122..1ed4ebd 100644
--- a/setup.py
+++ b/setup.py
@@ -119,7 +119,7 @@ class TestCommand(Command):
 
         if mtime_dist > mtime_current:
             print("It looks like test/secrets.py file is out of date.")
-            print("Please copy the new secret.py-dist file over otherwise" +
+            print("Please copy the new secrets.py-dist file over otherwise" +
                   " tests might fail")
 
         if pre_python26: