Merge "Fix typos, capitalization and remove duplicated words"

This commit is contained in:
Jenkins 2014-05-02 15:36:56 +00:00 committed by Gerrit Code Review
commit bcdda73445
8 changed files with 9 additions and 9 deletions

View File

@ -1,6 +1,6 @@
{
"RAX-KSQA:secretQA":{
"question": "What is the color of my eyes?",
"answer": "Leonardo Da Vinci"
"answer": "Leonardo da Vinci"
}
}

View File

@ -2,4 +2,4 @@
<secretQA xmlns="http://docs.rackspace.com/identity/api/ext/RAX-KSQA/v1.0"
question="What is the color of my eyes?"
answer="Leonardo Da Vinci" />
answer="Leonardo da Vinci" />

View File

@ -91,7 +91,7 @@
break;
//
// The controler doesn't work **at all** in IE 7
// The controller doesn't work **at all** in IE 7
// don't even show it.
//
case 7:

View File

@ -199,7 +199,7 @@ trc.schema.sampleManager = {
code /* Code text to set (string) */)
{
//
// Preprocess the txt if nessesary...
// Preprocess the txt if necessary...
//
var ieVersion = trc.util.browser.detectIEVersion();
if ((ieVersion > -1) &&

View File

@ -4,7 +4,7 @@
"namespace": "http://docs.rackspacecloud.com/identity/api/ext/meta/v2.0",
"alias": "RS-META",
"updated": "2011-01-12T11:22:33-06:00",
"description": "Allows associating arbritrary metadata with a user.",
"description": "Allows associating arbitrary metadata with a user.",
"links": [
{
"rel": "describedby",

View File

@ -22,7 +22,7 @@
"namespace": "http://docs.rackspacecloud.com/identity/api/ext/meta/v2.0",
"alias": "RS-META",
"updated": "2011-01-12T11:22:33-06:00",
"description": "Allows associating arbritrary metadata with a user.",
"description": "Allows associating arbitrary metadata with a user.",
"links":[{
"rel": "describedby",
"type": "application/pdf",

View File

@ -332,7 +332,7 @@
simple MIME type that then a more complicated
media type can be derived from. These types
are basic and provide no namespace or version
specific data are are only provided as a
specific data are only provided as a
convenience.
</html:p>
</xs:documentation>

View File

@ -1728,7 +1728,7 @@ For example:
"code": 401,
"identity": {
"challenge-response": {
"challenge": "What was the zip code of your birth place?",
"challenge": "What was the zip code of your birthplace?",
"session_id": "123456"
},
"methods": [
@ -1773,7 +1773,7 @@ the `X-Subject-Token` is valid.
#### Revoke token: `DELETE /auth/tokens`
This call is identical to `HEAD /auth/tokens` except that the `X-Subject-Token`
token is immediately invalidated, regardless of it's `expires_at` attribute. An
token is immediately invalidated, regardless of its `expires_at` attribute. An
additional `X-Auth-Token` is not required.
### Catalog