Fix some misspellings in the docs.

Former-commit-id: 38ec1d19f1e5ea1fbb05306e5b5cfc9fac550562
This commit is contained in:
andrew morton
2013-03-03 13:08:01 -08:00
parent 510c41440a
commit fefdb9fc8d
2 changed files with 42 additions and 42 deletions

View File

@@ -1078,7 +1078,7 @@
/**
* Assigns own enumerable properties of source object(s) to the destination
* object. Subsequent sources will overwrite propery assignments of previous
* object. Subsequent sources will overwrite property assignments of previous
* sources. If a `callback` function is passed, it will be executed to produce
* the assigned values. The `callback` is bound to `thisArg` and invoked with
* two arguments; (objectValue, sourceValue).
@@ -1487,7 +1487,7 @@
* @param {Mixed} [thisArg] The `this` binding of `callback`.
* @param- {Object} [stackA=[]] Internally used track traversed `a` objects.
* @param- {Object} [stackB=[]] Internally used track traversed `b` objects.
* @returns {Boolean} Returns `true`, if the values are equvalent, else `false`.
* @returns {Boolean} Returns `true`, if the values are equivalent, else `false`.
* @example
*
* var moe = { 'name': 'moe', 'age': 40 };
@@ -1905,7 +1905,7 @@
/**
* Recursively merges own enumerable properties of the source object(s), that
* don't resolve to `undefined`, into the destination object. Subsequent sources
* will overwrite propery assignments of previous sources. If a `callback` function
* will overwrite property assignments of previous sources. If a `callback` function
* is passed, it will be executed to produce the merged values of the destination
* and source properties. If `callback` returns `undefined`, merging will be
* handled by the method instead. The `callback` is bound to `thisArg` and
@@ -2303,7 +2303,7 @@
* callback will return the property value of the given element.
*
* If an object is passed for `callback`, the created "_.where" style callback
* will return `true` for elements that have the propeties of the given object,
* will return `true` for elements that have the properties of the given object,
* else `false`.
*
* @static
@@ -2346,7 +2346,7 @@
* callback will return the property value of the given element.
*
* If an object is passed for `callback`, the created "_.where" style callback
* will return `true` for elements that have the propeties of the given object,
* will return `true` for elements that have the properties of the given object,
* else `false`.
*
* @static
@@ -2408,7 +2408,7 @@
* callback will return the property value of the given element.
*
* If an object is passed for `callback`, the created "_.where" style callback
* will return `true` for elements that have the propeties of the given object,
* will return `true` for elements that have the properties of the given object,
* else `false`.
*
* @static
@@ -2472,7 +2472,7 @@
* callback will return the property value of the given element.
*
* If an object is passed for `callback`, the created "_.where" style callback
* will return `true` for elements that have the propeties of the given object,
* will return `true` for elements that have the properties of the given object,
* else `false`.
*
* @static
@@ -2567,7 +2567,7 @@
* callback will return the property value of the given element.
*
* If an object is passed for `callback`, the created "_.where" style callback
* will return `true` for elements that have the propeties of the given object,
* will return `true` for elements that have the properties of the given object,
* else `false`
*
* @static
@@ -2646,7 +2646,7 @@
* callback will return the property value of the given element.
*
* If an object is passed for `callback`, the created "_.where" style callback
* will return `true` for elements that have the propeties of the given object,
* will return `true` for elements that have the properties of the given object,
* else `false`.
*
* @static
@@ -2704,7 +2704,7 @@
* callback will return the property value of the given element.
*
* If an object is passed for `callback`, the created "_.where" style callback
* will return `true` for elements that have the propeties of the given object,
* will return `true` for elements that have the properties of the given object,
* else `false`.
*
* @static
@@ -2773,7 +2773,7 @@
* callback will return the property value of the given element.
*
* If an object is passed for `callback`, the created "_.where" style callback
* will return `true` for elements that have the propeties of the given object,
* will return `true` for elements that have the properties of the given object,
* else `false`.
*
* @static
@@ -2956,7 +2956,7 @@
* callback will return the property value of the given element.
*
* If an object is passed for `callback`, the created "_.where" style callback
* will return `true` for elements that have the propeties of the given object,
* will return `true` for elements that have the properties of the given object,
* else `false`.
*
* @static
@@ -3056,7 +3056,7 @@
* callback will return the property value of the given element.
*
* If an object is passed for `callback`, the created "_.where" style callback
* will return `true` for elements that have the propeties of the given object,
* will return `true` for elements that have the properties of the given object,
* else `false`.
*
* @static
@@ -3120,7 +3120,7 @@
* callback will return the property value of the given element.
*
* If an object is passed for `callback`, the created "_.where" style callback
* will return `true` for elements that have the propeties of the given object,
* will return `true` for elements that have the properties of the given object,
* else `false`.
*
* @static
@@ -3286,7 +3286,7 @@
* callback will return the property value of the given element.
*
* If an object is passed for `callback`, the created "_.where" style callback
* will return `true` for elements that have the propeties of the given object,
* will return `true` for elements that have the properties of the given object,
* else `false`.
*
* @static
@@ -3442,7 +3442,7 @@
* callback will return the property value of the given element.
*
* If an object is passed for `callback`, the created "_.where" style callback
* will return `true` for elements that have the propeties of the given object,
* will return `true` for elements that have the properties of the given object,
* else `false`.
*
* @static
@@ -3568,7 +3568,7 @@
* callback will return the property value of the given element.
*
* If an object is passed for `callback`, the created "_.where" style callback
* will return `true` for elements that have the propeties of the given object,
* will return `true` for elements that have the properties of the given object,
* else `false`.
*
* @static
@@ -3709,7 +3709,7 @@
* @category Arrays
* @param {Number} [start=0] The start of the range.
* @param {Number} end The end of the range.
* @param {Number} [step=1] The value to increment or descrement by.
* @param {Number} [step=1] The value to increment or decrement by.
* @returns {Array} Returns a new range array.
* @example
*
@@ -3761,7 +3761,7 @@
* callback will return the property value of the given element.
*
* If an object is passed for `callback`, the created "_.where" style callback
* will return `true` for elements that have the propeties of the given object,
* will return `true` for elements that have the properties of the given object,
* else `false`.
*
* @static
@@ -3834,7 +3834,7 @@
* callback will return the property value of the given element.
*
* If an object is passed for `callback`, the created "_.where" style callback
* will return `true` for elements that have the propeties of the given object,
* will return `true` for elements that have the properties of the given object,
* else `false`.
*
* @static
@@ -3918,7 +3918,7 @@
* callback will return the property value of the given element.
*
* If an object is passed for `callback`, the created "_.where" style callback
* will return `true` for elements that have the propeties of the given object,
* will return `true` for elements that have the properties of the given object,
* else `false`.
*
* @static