Fix typos per @pquentin.

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

Branch: refs/heads/trunk
Commit: 38ae02acf5ae17b1ea98e154df90440be371b7ce
Parents: 4e73078
Author: Tomaz Muraus <to...@tomaz.me>
Authored: Sun Jan 7 18:07:41 2018 +0100
Committer: Tomaz Muraus <to...@tomaz.me>
Committed: Sun Jan 7 18:07:41 2018 +0100

----------------------------------------------------------------------
 docs/compute/drivers/gce.rst | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/libcloud/blob/38ae02ac/docs/compute/drivers/gce.rst
----------------------------------------------------------------------
diff --git a/docs/compute/drivers/gce.rst b/docs/compute/drivers/gce.rst
index 7435843..64a2ecc 100644
--- a/docs/compute/drivers/gce.rst
+++ b/docs/compute/drivers/gce.rst
@@ -63,7 +63,7 @@ the legacy P12 format.
 
 2. Select the existing or newly created project and go to IAM & Admin ->
    Service Accounts -> Create service account to create a new service account.
-   Select "furnish a new private key" to create and download new private key 
you will
+   Select "Furnish a new private key" to create and download new private key 
you will
    use to authenticate.
 
    a. If you opt for the new preferred JSON format, download the file and
@@ -101,9 +101,9 @@ the legacy P12 format.
     :width: 500
 
 5. You will also need to have billing information associated and enabled for
-   that project. If billing is not yet enabled for that project, error message
-   similar to the one below will be printed when you first run the code which
-   uses GCE driver:
+   that project. If billing is not yet enabled for that project an error
+   message similar to the one below will be printed when you first run the code
+   which uses GCE driver:
 
 .. sourcecode:: python
 

Reply via email to