diff --git a/.gitignore b/.gitignore
index b745d2b53..11d6e3f71 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,3 @@
-.DS_STORE?
+.DS_Store
target/
*.xpr
diff --git a/doc/src/docbkx/openstack-api-site/src/wadls/compute-api/src/os-compute-devguide.xml b/doc/src/docbkx/openstack-api-site/src/wadls/compute-api/src/os-compute-devguide.xml
index d58232c1c..719a3805f 100644
--- a/doc/src/docbkx/openstack-api-site/src/wadls/compute-api/src/os-compute-devguide.xml
+++ b/doc/src/docbkx/openstack-api-site/src/wadls/compute-api/src/os-compute-devguide.xml
@@ -462,7 +462,7 @@
familiar with:
- This call will return a token if successful. Each ReST request against other services (or other + This call will return a token if successful. Each REST request against other services (or other calls on Keystone such as the GET /tenants call) requires the inclusion of a specific authorization token HTTP x-header, defined as X-Auth-Token. Clients obtain @@ -196,12 +196,12 @@ Keystone Service and supplying valid credentials.
- Client authentication is provided via a ReST interface using the POST method, + Client authentication is provided via a REST interface using the POST method, with v2.0/tokens supplied as the path. A payload of credentials must be included in the body.
- The Keystone Service is a ReSTful web service. It is the entry point to all service APIs. + The Keystone Service is a RESTful web service. It is the entry point to all service APIs. To access the Keystone Service, you must know URL of the Keystone service.