Fix various typos
Found by topy. Change-Id: Icad19551bd7bbb0bdada1b8704801af748bd4f44
This commit is contained in:
parent
da301b16ce
commit
9003b1358a
@ -11,27 +11,27 @@
|
|||||||
</response>
|
</response>
|
||||||
<response status="503" xmlns="http://wadl.dev.java.net/2009/02">
|
<response status="503" xmlns="http://wadl.dev.java.net/2009/02">
|
||||||
<representation mediaType="application/xml" element="osapi:serviceUnavailable"/>
|
<representation mediaType="application/xml" element="osapi:serviceUnavailable"/>
|
||||||
<representation mediaType="applicaiton/json"/>
|
<representation mediaType="application/json"/>
|
||||||
</response>
|
</response>
|
||||||
<response status="401" xmlns="http://wadl.dev.java.net/2009/02">
|
<response status="401" xmlns="http://wadl.dev.java.net/2009/02">
|
||||||
<representation mediaType="application/xml" element="osapi:unauthorized"/>
|
<representation mediaType="application/xml" element="osapi:unauthorized"/>
|
||||||
<representation mediaType="applicaiton/json"/>
|
<representation mediaType="application/json"/>
|
||||||
</response>
|
</response>
|
||||||
<response status="403" xmlns="http://wadl.dev.java.net/2009/02">
|
<response status="403" xmlns="http://wadl.dev.java.net/2009/02">
|
||||||
<representation mediaType="application/xml" element="osapi:forbidden"/>
|
<representation mediaType="application/xml" element="osapi:forbidden"/>
|
||||||
<representation mediaType="applicaiton/json"/>
|
<representation mediaType="application/json"/>
|
||||||
</response>
|
</response>
|
||||||
<response status="400" xmlns="http://wadl.dev.java.net/2009/02">
|
<response status="400" xmlns="http://wadl.dev.java.net/2009/02">
|
||||||
<representation mediaType="application/xml" element="osapi:badRequest"/>
|
<representation mediaType="application/xml" element="osapi:badRequest"/>
|
||||||
<representation mediaType="applicaiton/json"/>
|
<representation mediaType="application/json"/>
|
||||||
</response>
|
</response>
|
||||||
<response status="405" xmlns="http://wadl.dev.java.net/2009/02">
|
<response status="405" xmlns="http://wadl.dev.java.net/2009/02">
|
||||||
<representation mediaType="application/xml" element="osapi:badMethod"/>
|
<representation mediaType="application/xml" element="osapi:badMethod"/>
|
||||||
<representation mediaType="applicaiton/json"/>
|
<representation mediaType="application/json"/>
|
||||||
</response>
|
</response>
|
||||||
<response status="413" xmlns="http://wadl.dev.java.net/2009/02">
|
<response status="413" xmlns="http://wadl.dev.java.net/2009/02">
|
||||||
<representation mediaType="application/xml" element="osapi:overLimit"/>
|
<representation mediaType="application/xml" element="osapi:overLimit"/>
|
||||||
<representation mediaType="applicaiton/json"/>
|
<representation mediaType="application/json"/>
|
||||||
</response>
|
</response>
|
||||||
'>
|
'>
|
||||||
<!--
|
<!--
|
||||||
@ -41,7 +41,7 @@
|
|||||||
'
|
'
|
||||||
<response status="404" xmlns="http://wadl.dev.java.net/2009/02">
|
<response status="404" xmlns="http://wadl.dev.java.net/2009/02">
|
||||||
<representation mediaType="application/xml" element="osapi:itemNotFound"/>
|
<representation mediaType="application/xml" element="osapi:itemNotFound"/>
|
||||||
<representation mediaType="applicaiton/json"/>
|
<representation mediaType="application/json"/>
|
||||||
</response>
|
</response>
|
||||||
'>
|
'>
|
||||||
<!--
|
<!--
|
||||||
@ -51,7 +51,7 @@
|
|||||||
'
|
'
|
||||||
<response status="415" xmlns="http://wadl.dev.java.net/2009/02">
|
<response status="415" xmlns="http://wadl.dev.java.net/2009/02">
|
||||||
<representation mediaType="application/xml" element="osapi:badMediaType"/>
|
<representation mediaType="application/xml" element="osapi:badMediaType"/>
|
||||||
<representation mediaType="applicaiton/json"/>
|
<representation mediaType="application/json"/>
|
||||||
</response>
|
</response>
|
||||||
'>
|
'>
|
||||||
<!--
|
<!--
|
||||||
@ -61,7 +61,7 @@
|
|||||||
'
|
'
|
||||||
<response status="503" xmlns="http://wadl.dev.java.net/2009/02">
|
<response status="503" xmlns="http://wadl.dev.java.net/2009/02">
|
||||||
<representation mediaType="application/xml" element="osapi:serverCapacityUnavailable"/>
|
<representation mediaType="application/xml" element="osapi:serverCapacityUnavailable"/>
|
||||||
<representation mediaType="applicaiton/json"/>
|
<representation mediaType="application/json"/>
|
||||||
</response>
|
</response>
|
||||||
'>
|
'>
|
||||||
<!--
|
<!--
|
||||||
@ -72,7 +72,7 @@
|
|||||||
'
|
'
|
||||||
<response status="409" xmlns="http://wadl.dev.java.net/2009/02">
|
<response status="409" xmlns="http://wadl.dev.java.net/2009/02">
|
||||||
<representation mediaType="application/xml" element="osapi:buildInProgress"/>
|
<representation mediaType="application/xml" element="osapi:buildInProgress"/>
|
||||||
<representation mediaType="applicaiton/json"/>
|
<representation mediaType="application/json"/>
|
||||||
</response>
|
</response>
|
||||||
'>
|
'>
|
||||||
|
|
||||||
|
@ -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:
|
||||||
|
@ -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) &&
|
||||||
|
@ -257,7 +257,7 @@
|
|||||||
A collection of small <a
|
A collection of small <a
|
||||||
href="#type_File" title="See definition
|
href="#type_File" title="See definition
|
||||||
of file">files</a> used to personalize a
|
of file">files</a> used to personalize a
|
||||||
new server instance. Exisiting server
|
new server instance. Existing server
|
||||||
personality files are deleted by the
|
personality files are deleted by the
|
||||||
rebuild process.
|
rebuild process.
|
||||||
</p>
|
</p>
|
||||||
@ -297,7 +297,7 @@
|
|||||||
<p>
|
<p>
|
||||||
A reference to an image to use for the
|
A reference to an image to use for the
|
||||||
rebuild. A local image need contain only an
|
rebuild. A local image need contain only an
|
||||||
Image ID. External images must contian a
|
Image ID. External images must contain a
|
||||||
link that provides the full path to the
|
link that provides the full path to the
|
||||||
image resource. You must supply an image
|
image resource. You must supply an image
|
||||||
when rebuilding.
|
when rebuilding.
|
||||||
|
@ -132,7 +132,7 @@
|
|||||||
xml:lang="EN"
|
xml:lang="EN"
|
||||||
xmlns="http://www.w3.org/1999/xhtml">
|
xmlns="http://www.w3.org/1999/xhtml">
|
||||||
<p>
|
<p>
|
||||||
An extended status must contian a prefix.
|
An extended status must contain a prefix.
|
||||||
</p>
|
</p>
|
||||||
</xsd:documentation>
|
</xsd:documentation>
|
||||||
</annotation>
|
</annotation>
|
||||||
|
@ -190,8 +190,8 @@
|
|||||||
Vendor aliases are used to differentiate
|
Vendor aliases are used to differentiate
|
||||||
extensions in non-XML representations as well as
|
extensions in non-XML representations as well as
|
||||||
in HTTP headers and in the URL path. An alias is
|
in HTTP headers and in the URL path. An alias is
|
||||||
made of a vendor prefix, followed be a a dash (-)
|
made of a vendor prefix, followed by a dash (-)
|
||||||
followed be a short extension ID. For example:
|
followed by a short extension ID. For example:
|
||||||
<code>RAX-PIE</code>.
|
<code>RAX-PIE</code>.
|
||||||
</p>
|
</p>
|
||||||
</xsd:documentation>
|
</xsd:documentation>
|
||||||
|
@ -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>
|
||||||
|
@ -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:
|
||||||
|
@ -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) &&
|
||||||
|
@ -171,8 +171,8 @@
|
|||||||
<p> Vendor aliases are used to differentiate
|
<p> Vendor aliases are used to differentiate
|
||||||
extensions in non-XML representations as well as
|
extensions in non-XML representations as well as
|
||||||
in HTTP headers and in the URL path. An alias is
|
in HTTP headers and in the URL path. An alias is
|
||||||
made of a vendor prefix, followed be a dash (-)
|
made of a vendor prefix, followed by a dash (-)
|
||||||
followed be a short extension ID. For example:
|
followed by a short extension ID. For example:
|
||||||
<code>RAX-PIE</code>. </p>
|
<code>RAX-PIE</code>. </p>
|
||||||
</xsd:documentation>
|
</xsd:documentation>
|
||||||
</xsd:annotation>
|
</xsd:annotation>
|
||||||
|
Loading…
Reference in New Issue
Block a user