diff --git a/build/gallery-formvalidator/gallery-formvalidator-debug.js b/build/gallery-formvalidator/gallery-formvalidator-debug.js
index 0579ba1f8b..b4fd0c4e5f 100644
--- a/build/gallery-formvalidator/gallery-formvalidator-debug.js
+++ b/build/gallery-formvalidator/gallery-formvalidator-debug.js
@@ -488,7 +488,7 @@ YUI.add('gallery-formvalidator', function(Y) {
},
/**
* This is used to check to see if an attributes has been set on the target, if
- * not then the attName property is used to retreive a default value set in the Form's
+ * not then the attName property is used to retrieve a default value set in the Form's
* main object.
* @method checkAttribute
* @param {BaseInputField} target The input field who's attribute is being checked
@@ -1142,7 +1142,7 @@ YUI.add('gallery-formvalidator', function(Y) {
* The input can optionally override this function so they can
* retrieve their particular input from the form validator. If they do
* not override this, then everyting will still work, they just won't be
- * able to retreive it by name from the form validator.
+ * able to retrieve it by name from the form validator.
* @method getId
* @return {number} the id of the input field
*/
@@ -1737,7 +1737,7 @@ YUI.add('gallery-formvalidator', function(Y) {
* This will be an object that can optionally implement all the
* functions used by an input field. This can also be a function, which
* retrieves the object, or a string, which can be the name of an instance
- * object or function call to retreive it.
+ * object or function call to retrieve it.
* @property emptyValue
* @type {Object}
*/
diff --git a/build/gallery-formvalidator/gallery-formvalidator.js b/build/gallery-formvalidator/gallery-formvalidator.js
index 0579ba1f8b..b4fd0c4e5f 100644
--- a/build/gallery-formvalidator/gallery-formvalidator.js
+++ b/build/gallery-formvalidator/gallery-formvalidator.js
@@ -488,7 +488,7 @@ YUI.add('gallery-formvalidator', function(Y) {
},
/**
* This is used to check to see if an attributes has been set on the target, if
- * not then the attName property is used to retreive a default value set in the Form's
+ * not then the attName property is used to retrieve a default value set in the Form's
* main object.
* @method checkAttribute
* @param {BaseInputField} target The input field who's attribute is being checked
@@ -1142,7 +1142,7 @@ YUI.add('gallery-formvalidator', function(Y) {
* The input can optionally override this function so they can
* retrieve their particular input from the form validator. If they do
* not override this, then everyting will still work, they just won't be
- * able to retreive it by name from the form validator.
+ * able to retrieve it by name from the form validator.
* @method getId
* @return {number} the id of the input field
*/
@@ -1737,7 +1737,7 @@ YUI.add('gallery-formvalidator', function(Y) {
* This will be an object that can optionally implement all the
* functions used by an input field. This can also be a function, which
* retrieves the object, or a string, which can be the name of an instance
- * object or function call to retreive it.
+ * object or function call to retrieve it.
* @property emptyValue
* @type {Object}
*/
diff --git a/build/gallery-itsacalendarmarkeddates/gallery-itsacalendarmarkeddates-debug.js b/build/gallery-itsacalendarmarkeddates/gallery-itsacalendarmarkeddates-debug.js
index 56858c7123..a4ad6b0708 100644
--- a/build/gallery-itsacalendarmarkeddates/gallery-itsacalendarmarkeddates-debug.js
+++ b/build/gallery-itsacalendarmarkeddates/gallery-itsacalendarmarkeddates-debug.js
@@ -631,7 +631,7 @@ Y.mix(ITSACalendarMarkedDates.prototype, {
* A utility method that converts a Date to the columnindex of the calendar cell the Date corresponds to.
*
* @method _getDateColumn
- * @param {Date} oDate The Date to retreive the columnindex from
+ * @param {Date} oDate The Date to retrieve the columnindex from
* @protected
* @return {int} The columnindex
*/
diff --git a/build/gallery-itsacalendarmarkeddates/gallery-itsacalendarmarkeddates.js b/build/gallery-itsacalendarmarkeddates/gallery-itsacalendarmarkeddates.js
index e052f5c56d..6695774394 100644
--- a/build/gallery-itsacalendarmarkeddates/gallery-itsacalendarmarkeddates.js
+++ b/build/gallery-itsacalendarmarkeddates/gallery-itsacalendarmarkeddates.js
@@ -602,7 +602,7 @@ Y.mix(ITSACalendarMarkedDates.prototype, {
* A utility method that converts a Date to the columnindex of the calendar cell the Date corresponds to.
*
* @method _getDateColumn
- * @param {Date} oDate The Date to retreive the columnindex from
+ * @param {Date} oDate The Date to retrieve the columnindex from
* @protected
* @return {int} The columnindex
*/
diff --git a/build/gallery-itsadialogbox/gallery-itsadialogbox-debug.js b/build/gallery-itsadialogbox/gallery-itsadialogbox-debug.js
index 3e7dfd9f4f..24d84ebad1 100644
--- a/build/gallery-itsadialogbox/gallery-itsadialogbox-debug.js
+++ b/build/gallery-itsadialogbox/gallery-itsadialogbox-debug.js
@@ -189,7 +189,7 @@ Y.ITSADIALOGBOX = Y.Base.create('itsadialogbox', Y.Panel, [], {
* Removes a panel by its panelId (which is generated by this.definePanel())
*
* @method removePanel
- * @param {Int} panelId Id of the panel to be removed. Retreive this value during definePanel()
+ * @param {Int} panelId Id of the panel to be removed. Retrieve this value during definePanel()
*/
removePanel: function(panelId) {
var instance = this;
@@ -201,7 +201,7 @@ Y.ITSADIALOGBOX = Y.Base.create('itsadialogbox', Y.Panel, [], {
* use this method under the hood).
*
* @method showPanel
- * @param {Int} panelId Id of the panel that has to be shown. Retreive this value during definePanel()
+ * @param {Int} panelId Id of the panel that has to be shown. Retrieve this value during definePanel()
* @param {String} [title] showed in the header of the Panel.
* @param {String} [bodyText] showed inside the Panel.
* @param {Function} [callback] callbackfunction to be excecuted.
diff --git a/build/gallery-itsadialogbox/gallery-itsadialogbox.js b/build/gallery-itsadialogbox/gallery-itsadialogbox.js
index 30770f0b52..45d726dfa0 100644
--- a/build/gallery-itsadialogbox/gallery-itsadialogbox.js
+++ b/build/gallery-itsadialogbox/gallery-itsadialogbox.js
@@ -186,7 +186,7 @@ Y.ITSADIALOGBOX = Y.Base.create('itsadialogbox', Y.Panel, [], {
* Removes a panel by its panelId (which is generated by this.definePanel())
*
* @method removePanel
- * @param {Int} panelId Id of the panel to be removed. Retreive this value during definePanel()
+ * @param {Int} panelId Id of the panel to be removed. Retrieve this value during definePanel()
*/
removePanel: function(panelId) {
var instance = this;
@@ -198,7 +198,7 @@ Y.ITSADIALOGBOX = Y.Base.create('itsadialogbox', Y.Panel, [], {
* use this method under the hood).
*
* @method showPanel
- * @param {Int} panelId Id of the panel that has to be shown. Retreive this value during definePanel()
+ * @param {Int} panelId Id of the panel that has to be shown. Retrieve this value during definePanel()
* @param {String} [title] showed in the header of the Panel.
* @param {String} [bodyText] showed inside the Panel.
* @param {Function} [callback] callbackfunction to be excecuted.
diff --git a/build/gallery-itsadtcolumnresize/gallery-itsadtcolumnresize-debug.js b/build/gallery-itsadtcolumnresize/gallery-itsadtcolumnresize-debug.js
index ac39338861..aae11aac92 100644
--- a/build/gallery-itsadtcolumnresize/gallery-itsadtcolumnresize-debug.js
+++ b/build/gallery-itsadtcolumnresize/gallery-itsadtcolumnresize-debug.js
@@ -497,14 +497,14 @@ Y.namespace('Plugin').ITSADTColumnResize = Y.Base.create('itsadtcolumnresize', Y
},
/**
- * Retreives the true col-width in pixels, exact as is occupied on the screen.
- * Some cols might have been expanded to fit a fixed DataTable-width. To retreive the colwith without this
+ * Retrieves the true col-width in pixels, exact as is occupied on the screen.
+ * Some cols might have been expanded to fit a fixed DataTable-width. To retrieve the colwith without this
* expansion, you can set withoutExpansion=true.
* @method getColumnWidthPx
* @param {Number|String} name key, name, or index of a column in the host's `_displayColumns` array.
* @param {Boolean} [withoutExpansion] (defaults false) some cols may be expanded to fit the total datatablewidth.
* These are cols that have undefined width-settings themselves, or -if no undefined col- the last column.
- * This expansion will be part of the width, because it is the true width on the screen. When set to true, you retreive
+ * This expansion will be part of the width, because it is the true width on the screen. When set to true, you retrieve
* the original width without the expansion, which is in fact the width that will be reached if the column can get narrower
* for exampele when other column is set wider and no expansion is required.
* @return {int} columnwidth in pixels
@@ -539,14 +539,14 @@ Y.namespace('Plugin').ITSADTColumnResize = Y.Base.create('itsadtcolumnresize', Y
},
/**
- * Retreives the true col-width in percent (in comparison to the DataTable-width) exact as is occupied on the screen.
- * Some cols might have been expanded to fit a fixed DataTable-width. To retreive the colwith without this
+ * Retrieves the true col-width in percent (in comparison to the DataTable-width) exact as is occupied on the screen.
+ * Some cols might have been expanded to fit a fixed DataTable-width. To retrieve the colwith without this
* expansion, you can set withoutExpansion=true.
* @method getColumnWidthPercent
* @param {Number|String} name key, name, or index of a column in the host's `_displayColumns` array.
* @param {Boolean} [withoutExpansion] (defaults false) some cols may be expanded to fit the total datatablewidth.
* These are cols that have undefined width-settings themselves, or -if no undefined col- the last column.
- * This expansion will be part of the width, because it is the true width on the screen. When set to true, you retreive
+ * This expansion will be part of the width, because it is the true width on the screen. When set to true, you retrieve
* the original width without the expansion, which is in fact the width that will be reached if the column can get narrower
* for exampele when other column is set wider and no expansion is required.
* @return {String} columnwidth in percent
@@ -563,7 +563,7 @@ Y.namespace('Plugin').ITSADTColumnResize = Y.Base.create('itsadtcolumnresize', Y
},
/**
- * Retreives the expansion of the column in pixels. Some cols might have been expanded to fit a fixed DataTable-width.
+ * Retrieves the expansion of the column in pixels. Some cols might have been expanded to fit a fixed DataTable-width.
* @method getColumnExpansion
* @param {Number|String} name key, name, or index of a column in the host's `_displayColumns` array.
* @return {int} expansion in pixels
diff --git a/build/gallery-itsadtcolumnresize/gallery-itsadtcolumnresize.js b/build/gallery-itsadtcolumnresize/gallery-itsadtcolumnresize.js
index 13746e9a36..fb9de4d53e 100644
--- a/build/gallery-itsadtcolumnresize/gallery-itsadtcolumnresize.js
+++ b/build/gallery-itsadtcolumnresize/gallery-itsadtcolumnresize.js
@@ -487,14 +487,14 @@ Y.namespace('Plugin').ITSADTColumnResize = Y.Base.create('itsadtcolumnresize', Y
},
/**
- * Retreives the true col-width in pixels, exact as is occupied on the screen.
- * Some cols might have been expanded to fit a fixed DataTable-width. To retreive the colwith without this
+ * Retrieves the true col-width in pixels, exact as is occupied on the screen.
+ * Some cols might have been expanded to fit a fixed DataTable-width. To retrieve the colwith without this
* expansion, you can set withoutExpansion=true.
* @method getColumnWidthPx
* @param {Number|String} name key, name, or index of a column in the host's `_displayColumns` array.
* @param {Boolean} [withoutExpansion] (defaults false) some cols may be expanded to fit the total datatablewidth.
* These are cols that have undefined width-settings themselves, or -if no undefined col- the last column.
- * This expansion will be part of the width, because it is the true width on the screen. When set to true, you retreive
+ * This expansion will be part of the width, because it is the true width on the screen. When set to true, you retrieve
* the original width without the expansion, which is in fact the width that will be reached if the column can get narrower
* for exampele when other column is set wider and no expansion is required.
* @return {int} columnwidth in pixels
@@ -528,14 +528,14 @@ Y.namespace('Plugin').ITSADTColumnResize = Y.Base.create('itsadtcolumnresize', Y
},
/**
- * Retreives the true col-width in percent (in comparison to the DataTable-width) exact as is occupied on the screen.
- * Some cols might have been expanded to fit a fixed DataTable-width. To retreive the colwith without this
+ * Retrieves the true col-width in percent (in comparison to the DataTable-width) exact as is occupied on the screen.
+ * Some cols might have been expanded to fit a fixed DataTable-width. To retrieve the colwith without this
* expansion, you can set withoutExpansion=true.
* @method getColumnWidthPercent
* @param {Number|String} name key, name, or index of a column in the host's `_displayColumns` array.
* @param {Boolean} [withoutExpansion] (defaults false) some cols may be expanded to fit the total datatablewidth.
* These are cols that have undefined width-settings themselves, or -if no undefined col- the last column.
- * This expansion will be part of the width, because it is the true width on the screen. When set to true, you retreive
+ * This expansion will be part of the width, because it is the true width on the screen. When set to true, you retrieve
* the original width without the expansion, which is in fact the width that will be reached if the column can get narrower
* for exampele when other column is set wider and no expansion is required.
* @return {String} columnwidth in percent
@@ -551,7 +551,7 @@ Y.namespace('Plugin').ITSADTColumnResize = Y.Base.create('itsadtcolumnresize', Y
},
/**
- * Retreives the expansion of the column in pixels. Some cols might have been expanded to fit a fixed DataTable-width.
+ * Retrieves the expansion of the column in pixels. Some cols might have been expanded to fit a fixed DataTable-width.
* @method getColumnExpansion
* @param {Number|String} name key, name, or index of a column in the host's `_displayColumns` array.
* @return {int} expansion in pixels
diff --git a/build/gallery-itsaeditmodel/gallery-itsaeditmodel-debug.js b/build/gallery-itsaeditmodel/gallery-itsaeditmodel-debug.js
index fad21c2d74..3f1d68c201 100644
--- a/build/gallery-itsaeditmodel/gallery-itsaeditmodel-debug.js
+++ b/build/gallery-itsaeditmodel/gallery-itsaeditmodel-debug.js
@@ -8,7 +8,7 @@ YUI.add('gallery-itsaeditmodel', function (Y, NAME) {
*
* Plugin for Y.Model that extends Y.Model-instances into having editable properties.
* After pluged-in, Each property can be rendered into a form-element by using: yourModel.itsaeditmodel.formelement()
- * You can also retreive a copy of the model's attributes with: yourModel.itsaeditmodel.toJSON()
+ * You can also retrieve a copy of the model's attributes with: yourModel.itsaeditmodel.toJSON()
*
* Use the attribute 'template' to specify how the rendering will look like.
*
diff --git a/build/gallery-itsaeditmodel/gallery-itsaeditmodel.js b/build/gallery-itsaeditmodel/gallery-itsaeditmodel.js
index 2aa150101c..2b39ed4081 100644
--- a/build/gallery-itsaeditmodel/gallery-itsaeditmodel.js
+++ b/build/gallery-itsaeditmodel/gallery-itsaeditmodel.js
@@ -8,7 +8,7 @@ YUI.add('gallery-itsaeditmodel', function (Y, NAME) {
*
* Plugin for Y.Model that extends Y.Model-instances into having editable properties.
* After pluged-in, Each property can be rendered into a form-element by using: yourModel.itsaeditmodel.formelement()
- * You can also retreive a copy of the model's attributes with: yourModel.itsaeditmodel.toJSON()
+ * You can also retrieve a copy of the model's attributes with: yourModel.itsaeditmodel.toJSON()
*
* Use the attribute 'template' to specify how the rendering will look like.
*
diff --git a/build/gallery-itsatabkeymanager/gallery-itsatabkeymanager-debug.js b/build/gallery-itsatabkeymanager/gallery-itsatabkeymanager-debug.js
index 09adaf8c79..2150472e79 100755
--- a/build/gallery-itsatabkeymanager/gallery-itsatabkeymanager-debug.js
+++ b/build/gallery-itsatabkeymanager/gallery-itsatabkeymanager-debug.js
@@ -712,10 +712,10 @@ Y.namespace('Plugin').ITSATabKeyManager = Y.Base.create('itsatabkeymanager', Y.P
},
/**
- * Sets the specified Node as the node that should retreive first focus.
+ * Sets the specified Node as the node that should retrieve first focus.
* (=first focus once the container gets focus and no element has focus yet)
*
- * @method retreiveFocus
+ * @method setFirstFocus
* @param node {Y.Node|String} the Node that should gain first focus. Has to be inside the host (container) and focusable.
* @since 0.1
*/
@@ -833,7 +833,7 @@ Y.namespace('Plugin').ITSATabKeyManager = Y.Base.create('itsatabkeymanager', Y.P
},
/**
- * Retreive the focus again on the 'activeItem', or -when none- on the initial Item.
+ * Retrieve the focus again on the 'activeItem', or -when none- on the initial Item.
* Is called when the host-node gets focus.
*
* @method _retrieveFocus
diff --git a/build/gallery-itsatabkeymanager/gallery-itsatabkeymanager.js b/build/gallery-itsatabkeymanager/gallery-itsatabkeymanager.js
index 3d800f6769..017c0018ab 100755
--- a/build/gallery-itsatabkeymanager/gallery-itsatabkeymanager.js
+++ b/build/gallery-itsatabkeymanager/gallery-itsatabkeymanager.js
@@ -705,10 +705,10 @@ Y.namespace('Plugin').ITSATabKeyManager = Y.Base.create('itsatabkeymanager', Y.P
},
/**
- * Sets the specified Node as the node that should retreive first focus.
+ * Sets the specified Node as the node that should retrieve first focus.
* (=first focus once the container gets focus and no element has focus yet)
*
- * @method retreiveFocus
+ * @method setFirstFocus
* @param node {Y.Node|String} the Node that should gain first focus. Has to be inside the host (container) and focusable.
* @since 0.1
*/
@@ -820,7 +820,7 @@ Y.namespace('Plugin').ITSATabKeyManager = Y.Base.create('itsatabkeymanager', Y.P
},
/**
- * Retreive the focus again on the 'activeItem', or -when none- on the initial Item.
+ * Retrieve the focus again on the 'activeItem', or -when none- on the initial Item.
* Is called when the host-node gets focus.
*
* @method _retrieveFocus
diff --git a/build/gallery-mathcanvas/gallery-mathcanvas-debug.js b/build/gallery-mathcanvas/gallery-mathcanvas-debug.js
index 33bdd2e2e7..ebc2896b02 100644
--- a/build/gallery-mathcanvas/gallery-mathcanvas-debug.js
+++ b/build/gallery-mathcanvas/gallery-mathcanvas-debug.js
@@ -2929,7 +2929,7 @@ parse: function parse(input) {
var symbol, preErrorSymbol, state, action, a, r, yyval={},p,len,newState, expected;
while (true) {
- // retreive state number from top of stack
+ // retrieve state number from top of stack
state = stack[stack.length-1];
// use default actions if available
diff --git a/build/gallery-mathcanvas/gallery-mathcanvas.js b/build/gallery-mathcanvas/gallery-mathcanvas.js
index 33bdd2e2e7..ebc2896b02 100644
--- a/build/gallery-mathcanvas/gallery-mathcanvas.js
+++ b/build/gallery-mathcanvas/gallery-mathcanvas.js
@@ -2929,7 +2929,7 @@ parse: function parse(input) {
var symbol, preErrorSymbol, state, action, a, r, yyval={},p,len,newState, expected;
while (true) {
- // retreive state number from top of stack
+ // retrieve state number from top of stack
state = stack[stack.length-1];
// use default actions if available
diff --git a/src/gallery-formvalidator/js/BaseInputField.js b/src/gallery-formvalidator/js/BaseInputField.js
index 09442cc2bb..819848e467 100644
--- a/src/gallery-formvalidator/js/BaseInputField.js
+++ b/src/gallery-formvalidator/js/BaseInputField.js
@@ -423,7 +423,7 @@
* The input can optionally override this function so they can
* retrieve their particular input from the form validator. If they do
* not override this, then everyting will still work, they just won't be
- * able to retreive it by name from the form validator.
+ * able to retrieve it by name from the form validator.
* @method getId
* @return {number} the id of the input field
*/
diff --git a/src/gallery-formvalidator/js/CustomField.js b/src/gallery-formvalidator/js/CustomField.js
index 359efc86a6..af0c109462 100644
--- a/src/gallery-formvalidator/js/CustomField.js
+++ b/src/gallery-formvalidator/js/CustomField.js
@@ -17,7 +17,7 @@
* This will be an object that can optionally implement all the
* functions used by an input field. This can also be a function, which
* retrieves the object, or a string, which can be the name of an instance
- * object or function call to retreive it.
+ * object or function call to retrieve it.
* @property emptyValue
* @type {Object}
*/
diff --git a/src/gallery-formvalidator/js/Validator.js b/src/gallery-formvalidator/js/Validator.js
index b30512ae44..589fedce18 100644
--- a/src/gallery-formvalidator/js/Validator.js
+++ b/src/gallery-formvalidator/js/Validator.js
@@ -486,7 +486,7 @@
},
/**
* This is used to check to see if an attributes has been set on the target, if
- * not then the attName property is used to retreive a default value set in the Form's
+ * not then the attName property is used to retrieve a default value set in the Form's
* main object.
* @method checkAttribute
* @param {BaseInputField} target The input field who's attribute is being checked
diff --git a/src/gallery-itsacalendarmarkeddates/js/gallery-itsacalendarmarkeddates.js b/src/gallery-itsacalendarmarkeddates/js/gallery-itsacalendarmarkeddates.js
index a89516f444..f302e05ea5 100644
--- a/src/gallery-itsacalendarmarkeddates/js/gallery-itsacalendarmarkeddates.js
+++ b/src/gallery-itsacalendarmarkeddates/js/gallery-itsacalendarmarkeddates.js
@@ -629,7 +629,7 @@ Y.mix(ITSACalendarMarkedDates.prototype, {
* A utility method that converts a Date to the columnindex of the calendar cell the Date corresponds to.
*
* @method _getDateColumn
- * @param {Date} oDate The Date to retreive the columnindex from
+ * @param {Date} oDate The Date to retrieve the columnindex from
* @protected
* @return {int} The columnindex
*/
diff --git a/src/gallery-itsadialog/box/js/gallery-itsadialogbox.js b/src/gallery-itsadialog/box/js/gallery-itsadialogbox.js
index 11faed308b..0237d92db2 100644
--- a/src/gallery-itsadialog/box/js/gallery-itsadialogbox.js
+++ b/src/gallery-itsadialog/box/js/gallery-itsadialogbox.js
@@ -187,7 +187,7 @@ Y.ITSADIALOGBOX = Y.Base.create('itsadialogbox', Y.Panel, [], {
* Removes a panel by its panelId (which is generated by this.definePanel())
*
* @method removePanel
- * @param {Int} panelId Id of the panel to be removed. Retreive this value during definePanel()
+ * @param {Int} panelId Id of the panel to be removed. Retrieve this value during definePanel()
*/
removePanel: function(panelId) {
var instance = this;
@@ -199,7 +199,7 @@ Y.ITSADIALOGBOX = Y.Base.create('itsadialogbox', Y.Panel, [], {
* use this method under the hood).
*
* @method showPanel
- * @param {Int} panelId Id of the panel that has to be shown. Retreive this value during definePanel()
+ * @param {Int} panelId Id of the panel that has to be shown. Retrieve this value during definePanel()
* @param {String} [title] showed in the header of the Panel.
* @param {String} [bodyText] showed inside the Panel.
* @param {Function} [callback] callbackfunction to be excecuted.
diff --git a/src/gallery-itsadialogbox/js/gallery-itsadialogbox.js b/src/gallery-itsadialogbox/js/gallery-itsadialogbox.js
index 11faed308b..0237d92db2 100644
--- a/src/gallery-itsadialogbox/js/gallery-itsadialogbox.js
+++ b/src/gallery-itsadialogbox/js/gallery-itsadialogbox.js
@@ -187,7 +187,7 @@ Y.ITSADIALOGBOX = Y.Base.create('itsadialogbox', Y.Panel, [], {
* Removes a panel by its panelId (which is generated by this.definePanel())
*
* @method removePanel
- * @param {Int} panelId Id of the panel to be removed. Retreive this value during definePanel()
+ * @param {Int} panelId Id of the panel to be removed. Retrieve this value during definePanel()
*/
removePanel: function(panelId) {
var instance = this;
@@ -199,7 +199,7 @@ Y.ITSADIALOGBOX = Y.Base.create('itsadialogbox', Y.Panel, [], {
* use this method under the hood).
*
* @method showPanel
- * @param {Int} panelId Id of the panel that has to be shown. Retreive this value during definePanel()
+ * @param {Int} panelId Id of the panel that has to be shown. Retrieve this value during definePanel()
* @param {String} [title] showed in the header of the Panel.
* @param {String} [bodyText] showed inside the Panel.
* @param {Function} [callback] callbackfunction to be excecuted.
diff --git a/src/gallery-itsadtcolumnresize/js/gallery-itsadtcolumnresize.js b/src/gallery-itsadtcolumnresize/js/gallery-itsadtcolumnresize.js
index fd46b0bedf..6c9ee178fd 100644
--- a/src/gallery-itsadtcolumnresize/js/gallery-itsadtcolumnresize.js
+++ b/src/gallery-itsadtcolumnresize/js/gallery-itsadtcolumnresize.js
@@ -495,14 +495,14 @@ Y.namespace('Plugin').ITSADTColumnResize = Y.Base.create('itsadtcolumnresize', Y
},
/**
- * Retreives the true col-width in pixels, exact as is occupied on the screen.
- * Some cols might have been expanded to fit a fixed DataTable-width. To retreive the colwith without this
+ * Retrieves the true col-width in pixels, exact as is occupied on the screen.
+ * Some cols might have been expanded to fit a fixed DataTable-width. To retrieve the colwith without this
* expansion, you can set withoutExpansion=true.
* @method getColumnWidthPx
* @param {Number|String} name key, name, or index of a column in the host's `_displayColumns` array.
* @param {Boolean} [withoutExpansion] (defaults false) some cols may be expanded to fit the total datatablewidth.
* These are cols that have undefined width-settings themselves, or -if no undefined col- the last column.
- * This expansion will be part of the width, because it is the true width on the screen. When set to true, you retreive
+ * This expansion will be part of the width, because it is the true width on the screen. When set to true, you retrieve
* the original width without the expansion, which is in fact the width that will be reached if the column can get narrower
* for exampele when other column is set wider and no expansion is required.
* @return {int} columnwidth in pixels
@@ -537,14 +537,14 @@ Y.namespace('Plugin').ITSADTColumnResize = Y.Base.create('itsadtcolumnresize', Y
},
/**
- * Retreives the true col-width in percent (in comparison to the DataTable-width) exact as is occupied on the screen.
- * Some cols might have been expanded to fit a fixed DataTable-width. To retreive the colwith without this
+ * Retrieves the true col-width in percent (in comparison to the DataTable-width) exact as is occupied on the screen.
+ * Some cols might have been expanded to fit a fixed DataTable-width. To retrieve the colwith without this
* expansion, you can set withoutExpansion=true.
* @method getColumnWidthPercent
* @param {Number|String} name key, name, or index of a column in the host's `_displayColumns` array.
* @param {Boolean} [withoutExpansion] (defaults false) some cols may be expanded to fit the total datatablewidth.
* These are cols that have undefined width-settings themselves, or -if no undefined col- the last column.
- * This expansion will be part of the width, because it is the true width on the screen. When set to true, you retreive
+ * This expansion will be part of the width, because it is the true width on the screen. When set to true, you retrieve
* the original width without the expansion, which is in fact the width that will be reached if the column can get narrower
* for exampele when other column is set wider and no expansion is required.
* @return {String} columnwidth in percent
@@ -561,7 +561,7 @@ Y.namespace('Plugin').ITSADTColumnResize = Y.Base.create('itsadtcolumnresize', Y
},
/**
- * Retreives the expansion of the column in pixels. Some cols might have been expanded to fit a fixed DataTable-width.
+ * Retrieves the expansion of the column in pixels. Some cols might have been expanded to fit a fixed DataTable-width.
* @method getColumnExpansion
* @param {Number|String} name key, name, or index of a column in the host's `_displayColumns` array.
* @return {int} expansion in pixels
diff --git a/src/gallery-itsaeditmodel/README.md b/src/gallery-itsaeditmodel/README.md
index 22fcd8dea5..59581587d3 100644
--- a/src/gallery-itsaeditmodel/README.md
+++ b/src/gallery-itsaeditmodel/README.md
@@ -3,7 +3,7 @@ gallery-itsaeditmodel
Plugin for Y.Model that extends Y.Model-instances into having editable properties.
After pluged-in, Each property can be rendered into a form-element by using: yourModel.itsaeditmodel.formelement()
-You can also retreive a copy of the model's (or object's) attributes with: yourModel.itsaeditmodel.toJSON()
+You can also retrieve a copy of the model's (or object's) attributes with: yourModel.itsaeditmodel.toJSON()
You may not need to call the plugin's methods yourself, but want to use one of the next 3 view-widgets who do this automaticly:
diff --git a/src/gallery-itsaeditmodel/js/gallery-itsaeditmodel.js b/src/gallery-itsaeditmodel/js/gallery-itsaeditmodel.js
index 9bfa522e35..00caa78725 100644
--- a/src/gallery-itsaeditmodel/js/gallery-itsaeditmodel.js
+++ b/src/gallery-itsaeditmodel/js/gallery-itsaeditmodel.js
@@ -6,7 +6,7 @@
*
* Plugin for Y.Model that extends Y.Model-instances into having editable properties.
* After pluged-in, Each property can be rendered into a form-element by using: yourModel.itsaeditmodel.formelement()
- * You can also retreive a copy of the model's attributes with: yourModel.itsaeditmodel.toJSON()
+ * You can also retrieve a copy of the model's attributes with: yourModel.itsaeditmodel.toJSON()
*
* Use the attribute 'template' to specify how the rendering will look like.
*
diff --git a/src/gallery-itsatabkeymanager/js/gallery-itsatabkeymanager.js b/src/gallery-itsatabkeymanager/js/gallery-itsatabkeymanager.js
index 6be0af65a9..4bcb81c5ed 100644
--- a/src/gallery-itsatabkeymanager/js/gallery-itsatabkeymanager.js
+++ b/src/gallery-itsatabkeymanager/js/gallery-itsatabkeymanager.js
@@ -710,10 +710,10 @@ Y.namespace('Plugin').ITSATabKeyManager = Y.Base.create('itsatabkeymanager', Y.P
},
/**
- * Sets the specified Node as the node that should retreive first focus.
+ * Sets the specified Node as the node that should retrieve first focus.
* (=first focus once the container gets focus and no element has focus yet)
*
- * @method retreiveFocus
+ * @method setFirstFocus
* @param node {Y.Node|String} the Node that should gain first focus. Has to be inside the host (container) and focusable.
* @since 0.1
*/
@@ -831,7 +831,7 @@ Y.namespace('Plugin').ITSATabKeyManager = Y.Base.create('itsatabkeymanager', Y.P
},
/**
- * Retreive the focus again on the 'activeItem', or -when none- on the initial Item.
+ * Retrieve the focus again on the 'activeItem', or -when none- on the initial Item.
* Is called when the host-node gets focus.
*
* @method _retrieveFocus
diff --git a/src/gallery-mathcanvas/js/MathParser.js b/src/gallery-mathcanvas/js/MathParser.js
index 3660effbc9..642db9c146 100644
--- a/src/gallery-mathcanvas/js/MathParser.js
+++ b/src/gallery-mathcanvas/js/MathParser.js
@@ -142,7 +142,7 @@ parse: function parse(input) {
var symbol, preErrorSymbol, state, action, a, r, yyval={},p,len,newState, expected;
while (true) {
- // retreive state number from top of stack
+ // retrieve state number from top of stack
state = stack[stack.length-1];
// use default actions if available