diff options
Diffstat (limited to 'src/Angular.js')
| -rw-r--r-- | src/Angular.js | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/src/Angular.js b/src/Angular.js index c07a788c..d7648d72 100644 --- a/src/Angular.js +++ b/src/Angular.js @@ -631,7 +631,7 @@ function shallowCopy(src, dst) {   * * Both objects or values are of the same type and all of their properties pass `===` comparison.   * * Both values are NaN. (In JavasScript, NaN == NaN => false. But we consider two NaN as equal)   * - * During a property comparision, properties of `function` type and properties with names + * During a property comparison, properties of `function` type and properties with names   * that begin with `$` are ignored.   *   * Scope and DOMWindow objects are being compared only be identify (`===`). @@ -838,7 +838,7 @@ function toKeyValue(obj) {  /** - * We need our custom method because encodeURIComponent is too agressive and doesn't follow + * We need our custom method because encodeURIComponent is too aggressive and doesn't follow   * http://www.ietf.org/rfc/rfc3986.txt with regards to the character set (pchar) allowed in path   * segments:   *    segment       = *pchar @@ -858,7 +858,7 @@ function encodeUriSegment(val) {  /**   * This method is intended for encoding *key* or *value* parts of query component. We need a custom - * method becuase encodeURIComponent is too agressive and encodes stuff that doesn't have to be + * method because encodeURIComponent is too aggressive and encodes stuff that doesn't have to be   * encoded per http://tools.ietf.org/html/rfc3986:   *    query       = *( pchar / "/" / "?" )   *    pchar         = unreserved / pct-encoded / sub-delims / ":" / "@" | 
