File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 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
2020* Update Travis and NPM building (Nick Schonning)
2121* Remove Uglify task (Nick Schonning)
2222* Add YUITest custom task (Nick Schonning)
23- * Add .gitattibutes for line endings (Nick Schonning)
23+ * Add .gitattributes for line endings (Nick Schonning)
2424* Add parser-lib concatination (Nick Schonning)
2525* Fix package.json path for Ant (Nick Schonning)
2626* Fix linting errors in tests (Nick Schonning)
Original file line number Diff line number Diff line change @@ -2683,13 +2683,13 @@ YUITest.Event = (function() {
26832683 * @param {int } detail (Optional) The number of times the mouse button has
26842684 * been used. The default value is 1.
26852685 * @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.
26872687 * @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.
26892689 * @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.
26912691 * @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.
26932693 * @param {Boolean } ctrlKey (Optional) Indicates if one of the CTRL keys
26942694 * is pressed while the event is firing. The default is false.
26952695 * @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 = {
55 /*
66 * Adds all properties from supplier onto receiver,
77 * overwriting if the same name already exists on
8- * reciever .
8+ * receiver .
99 * @param {Object } The object to receive the properties.
1010 * @param {Object } The object to provide the properties.
1111 * @return {Object } The receiver
Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ CSSLint.addFormatter({
8484 //ignore rollups for now
8585 if ( ! message . rollup ) {
8686
87- // build the test case seperately , once joined
87+ // build the test case separately , once joined
8888 // we'll add it to a custom array filtered by type
8989 output . push ( "<testcase time=\"0\" name=\"" + generateSource ( message . rule ) + "\">" ) ;
9090 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