diff options
| author | Pascal Borreli | 2013-03-21 19:09:47 +0000 | 
|---|---|---|
| committer | Pawel Kozlowski | 2013-03-29 23:14:55 +0100 | 
| commit | 9480136d9f062ec4b8df0a35914b48c0d61e0002 (patch) | |
| tree | 5d345c7be4f20b4ad688ede7ed6be4147a91cb45 /src/Angular.js | |
| parent | 4ae46814ff4e7c0bbcdbbefc0a97277283a84065 (diff) | |
| download | angular.js-9480136d9f062ec4b8df0a35914b48c0d61e0002.tar.bz2 | |
docs(*): fixed typos
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 / ":" / "@"  | 
