File tree 4 files changed +7
-7
lines changed
4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ August 15, 2013 - v0.10.0
20
20
* Update Travis and NPM building (Nick Schonning)
21
21
* Remove Uglify task (Nick Schonning)
22
22
* Add YUITest custom task (Nick Schonning)
23
- * Add .gitattibutes for line endings (Nick Schonning)
23
+ * Add .gitattributes for line endings (Nick Schonning)
24
24
* Add parser-lib concatination (Nick Schonning)
25
25
* Fix package.json path for Ant (Nick Schonning)
26
26
* Fix linting errors in tests (Nick Schonning)
Original file line number Diff line number Diff line change @@ -2683,13 +2683,13 @@ YUITest.Event = (function() {
2683
2683
* @param {int } detail (Optional) The number of times the mouse button has
2684
2684
* been used. The default value is 1.
2685
2685
* @param {int } screenX (Optional) The x-coordinate on the screen at which
2686
- * point the event occured . The default is 0.
2686
+ * point the event occurred . The default is 0.
2687
2687
* @param {int } screenY (Optional) The y-coordinate on the screen at which
2688
- * point the event occured . The default is 0.
2688
+ * point the event occurred . The default is 0.
2689
2689
* @param {int } clientX (Optional) The x-coordinate on the client at which
2690
- * point the event occured . The default is 0.
2690
+ * point the event occurred . The default is 0.
2691
2691
* @param {int } clientY (Optional) The y-coordinate on the client at which
2692
- * point the event occured . The default is 0.
2692
+ * point the event occurred . The default is 0.
2693
2693
* @param {Boolean } ctrlKey (Optional) Indicates if one of the CTRL keys
2694
2694
* is pressed while the event is firing. The default is false.
2695
2695
* @param {Boolean } altKey (Optional) Indicates if one of the ALT keys
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ CSSLint.Util = {
5
5
/*
6
6
* Adds all properties from supplier onto receiver,
7
7
* overwriting if the same name already exists on
8
- * reciever .
8
+ * receiver .
9
9
* @param {Object } The object to receive the properties.
10
10
* @param {Object } The object to provide the properties.
11
11
* @return {Object } The receiver
Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ CSSLint.addFormatter({
84
84
//ignore rollups for now
85
85
if ( ! message . rollup ) {
86
86
87
- // build the test case seperately , once joined
87
+ // build the test case separately , once joined
88
88
// we'll add it to a custom array filtered by type
89
89
output . push ( "<testcase time=\"0\" name=\"" + generateSource ( message . rule ) + "\">" ) ;
90
90
output . push ( "<" + type + " message=\"" + escapeSpecialCharacters ( message . message ) + "\"><![CDATA[" + message . line + ":" + message . col + ":" + escapeSpecialCharacters ( message . evidence ) + "]]></" + type + ">" ) ;
You can’t perform that action at this time.
0 commit comments