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 2014/08/03 11:08:55 UTC

git commit: Fix typo

Repository: libcloud
Updated Branches:
  refs/heads/trunk 48f0eebc5 -> 63b8045b0


Fix typo

Closes #344

Signed-off-by: Tomaz Muraus <to...@apache.org>


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

Branch: refs/heads/trunk
Commit: 63b8045b0fd7ad7bfe0569b7344eee846c262758
Parents: 48f0eeb
Author: Carlos Valiente <ca...@pepelabs.net>
Authored: Sat Aug 2 15:23:49 2014 +0100
Committer: Tomaz Muraus <to...@apache.org>
Committed: Sun Aug 3 11:08:23 2014 +0200

----------------------------------------------------------------------
 docs/testing.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/libcloud/blob/63b8045b/docs/testing.rst
----------------------------------------------------------------------
diff --git a/docs/testing.rst b/docs/testing.rst
index 3cef350..f8a1885 100644
--- a/docs/testing.rst
+++ b/docs/testing.rst
@@ -19,7 +19,7 @@ dependencies installed:
   use tox to run the tests with all the supported Python versions
 * ``mock`` (``pip install mock``)
 * ``lockfile`` (``pip install lockfile``) - only used in the local storage
-  storage driver
+  driver
 * ``coverage`` (``pip install coverage``) - you only need this library if you
   want to generate a test coverage report