Fix typos, capitalization and remove duplicated words

Checking done with topy.

Change-Id: I77fa8acb55173e250553814b884df0b89efce8b0
This commit is contained in:
Andreas Jaeger 2014-05-01 11:52:32 +02:00
parent c2314c8c8e
commit 4bbb8e278a
8 changed files with 9 additions and 9 deletions

View File

@ -1,6 +1,6 @@
{ {
"RAX-KSQA:secretQA":{ "RAX-KSQA:secretQA":{
"question": "What is the color of my eyes?", "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" <secretQA xmlns="http://docs.rackspace.com/identity/api/ext/RAX-KSQA/v1.0"
question="What is the color of my eyes?" question="What is the color of my eyes?"
answer="Leonardo Da Vinci" /> answer="Leonardo da Vinci" />

View File

@ -91,7 +91,7 @@
break; 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. // don't even show it.
// //
case 7: case 7:

View File

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

View File

@ -4,7 +4,7 @@
"namespace": "http://docs.rackspacecloud.com/identity/api/ext/meta/v2.0", "namespace": "http://docs.rackspacecloud.com/identity/api/ext/meta/v2.0",
"alias": "RS-META", "alias": "RS-META",
"updated": "2011-01-12T11:22:33-06:00", "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": [ "links": [
{ {
"rel": "describedby", "rel": "describedby",

View File

@ -22,7 +22,7 @@
"namespace": "http://docs.rackspacecloud.com/identity/api/ext/meta/v2.0", "namespace": "http://docs.rackspacecloud.com/identity/api/ext/meta/v2.0",
"alias": "RS-META", "alias": "RS-META",
"updated": "2011-01-12T11:22:33-06:00", "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":[{ "links":[{
"rel": "describedby", "rel": "describedby",
"type": "application/pdf", "type": "application/pdf",

View File

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

View File

@ -1728,7 +1728,7 @@ For example:
"code": 401, "code": 401,
"identity": { "identity": {
"challenge-response": { "challenge-response": {
"challenge": "What was the zip code of your birth place?", "challenge": "What was the zip code of your birthplace?",
"session_id": "123456" "session_id": "123456"
}, },
"methods": [ "methods": [
@ -1773,7 +1773,7 @@ the `X-Subject-Token` is valid.
#### Revoke token: `DELETE /auth/tokens` #### Revoke token: `DELETE /auth/tokens`
This call is identical to `HEAD /auth/tokens` except that the `X-Subject-Token` 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. additional `X-Auth-Token` is not required.
### Catalog ### Catalog