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 2017/09/19 19:00:57 UTC

[2/7] libcloud git commit: Fix typo.

Fix typo.


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

Branch: refs/heads/trunk
Commit: 1ff65abf097512635547913b2eb8c3cdb8f342e5
Parents: 90a20bb
Author: Tomaz Muraus <to...@tomaz.me>
Authored: Tue Sep 19 19:13:10 2017 +0200
Committer: Tomaz Muraus <to...@tomaz.me>
Committed: Tue Sep 19 21:00:18 2017 +0200

----------------------------------------------------------------------
 CHANGES.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/libcloud/blob/1ff65abf/CHANGES.rst
----------------------------------------------------------------------
diff --git a/CHANGES.rst b/CHANGES.rst
index bbabae4..79f9eff 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -25,7 +25,7 @@ Compute
 Tests
 ~~~~~
 
-- Make sure we normalize header values and cast all the numbers to string in
+- Make sure we normalize header values and cast all the numbers to strings in
   base connection classes used by tests. (LIBCLOUD-945, GITHUB-1111)
 
   Reported by Erich Eckner.