diff --git a/v1.0/js/trc/util.js b/v1.0/js/trc/util.js
index 28267cf..3530c66 100644
--- a/v1.0/js/trc/util.js
+++ b/v1.0/js/trc/util.js
@@ -36,7 +36,7 @@ trc.util = new Object();
trc.util.browser = {
//
// Returns the current version of IE, or -1 if it's not an IE
- // browser. This is one of the recomended ways of detecting IE
+ // browser. This is one of the recommended ways of detecting IE
// see:
//
// http://msdn.microsoft.com/en-us/library/ms537509%28VS.85%29.aspx
@@ -174,7 +174,7 @@ trc.util.dom = {
},
//
- // Dum utility function for setting the class name of an
+ // Dumb utility function for setting the class name of an
// element. Eventually we'll move completely to XHTML, but
// this will never work in IE 6, so for now we need this
// method for setting the class name.
diff --git a/v1.0/xsd/ext/rax-dme/api.xsd b/v1.0/xsd/ext/rax-dme/api.xsd
index d45f267..b9c7cfe 100644
--- a/v1.0/xsd/ext/rax-dme/api.xsd
+++ b/v1.0/xsd/ext/rax-dme/api.xsd
@@ -17,7 +17,7 @@
A reference to an image used to create the
- server. External images must contian a link that
+ server. External images must contain a link that
provides the full path to the image resource.
- The current server flavor. This may not contais
- all flavor detials but will always contain an
+ The current server flavor. This may not contains
+ all flavor details but will always contain an
ID, a name, as well as self and bookmark links.
- The detials of a fault that may have occured
- while cerating the server or performing a server
+ The details of a fault that may have occurred
+ while creating the server or performing a server
action.
- A reference to an image. This is used exclusevely when
+ A reference to an image. This is used exclusively when
creating a server. Using an image ID here indicates that
the image is locally hosted.
- A reference to a flavor. This is used exclusevely when
+ A reference to a flavor. This is used exclusively when
creating a server. Using a flavorRef here indicates that
the flavor is locally hosted.