Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix typos with misspell #3671

Closed
wants to merge 2 commits into from
Closed

fix typos with misspell #3671

wants to merge 2 commits into from

Conversation

aspala
Copy link
Contributor

@aspala aspala commented May 19, 2017

This PR is part of a campaign to fix a lot of typos on github!
You can see the progress on https://github.com/fixTypos/fix_typos/

https://github.com/client9/misspell

Summary

Fix typos

Checklist

This PR is part of a campaign to fix a lot of typos on github!
You can see the progress on https://github.com/fixTypos/fix_typos/

https://github.com/client9/misspell
@mention-bot
Copy link

@mention-bot mention-bot commented May 19, 2017

@aspala, thanks for your PR! By analyzing the history of the files in this pull request, we identified @markelog, @gibson042 and @jeresig to be potential reviewers.

Copy link
Member

@dmethvin dmethvin left a comment

Only the "behaviour" spelling correction needs to be done, can you revert the others?

@@ -1172,7 +1172,7 @@ Test.prototype = {
filter = filter.slice( 1 );
}

// If the filter matches, we need to honour include
// If the filter matches, we need to honor include
Copy link
Member

@dmethvin dmethvin May 20, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

anything in /external is an external dependency so you'd need to report it in that project.

@@ -5738,7 +5738,7 @@ if (typeof sinon === "undefined") {
* Add-on for sinon.fakeServer that automatically handles a fake timer along with
* the FakeXMLHttpRequest. The direct inspiration for this add-on is jQuery
* 1.3.x, which does not use xhr object's onreadystatehandler at all - instead,
* it polls the object for completion with setInterval. Dispite the direct
* it polls the object for completion with setInterval. Despite the direct
Copy link
Member

@dmethvin dmethvin May 20, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

anything in /external is an external dependency so you'd need to report it in that project.

@@ -4328,7 +4328,7 @@ setDocument = Sizzle.setDocument = function( node ) {
assert( function( div ) {

// Select is set to empty string on purpose
// This is to test IE's treatment of not explictly
// This is to test IE's treatment of not explicitly
Copy link
Member

@dmethvin dmethvin May 20, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is inside a previous release of jQuery used internally so we wouldn't want to change it.

@@ -7036,7 +7036,7 @@ jQuery.extend( {
value += "px";
}

// Fixes #8908, it can be done more correctly by specifing setters in cssHooks,
// Fixes #8908, it can be done more correctly by specifying setters in cssHooks,
Copy link
Member

@dmethvin dmethvin May 20, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is inside a previous release of jQuery used internally so we wouldn't want to change it.

@@ -813,7 +813,7 @@ QUnit.test( "end()", function( assert ) {

var x = jQuery( "#yahoo" );
x.parent();
assert.equal( "Yahoo", jQuery( "#yahoo" ).text(), "check for non-destructive behaviour" );
assert.equal( "Yahoo", jQuery( "#yahoo" ).text(), "check for non-destructive behavior" );
Copy link
Member

@dmethvin dmethvin May 20, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm okay with changing British to US spelling, but not particularly bothered about the original.

@@ -2279,7 +2279,7 @@ QUnit.test( "Cloned, detached HTML5 elems (#10667,10670)", function( assert ) {
// First clone
$clone = $section.clone();

// This branch tests a known behaviour in modern browsers that should never fail.
// This branch tests a known behavior in modern browsers that should never fail.
Copy link
Member

@dmethvin dmethvin May 20, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm okay with changing British to US spelling, but not particularly bothered about the original.

@aspala
Copy link
Author

@aspala aspala commented May 20, 2017

Done, sorry for the inconvenience :)

@markelog
Copy link

@markelog markelog commented May 30, 2017

Are we good here?

@lock lock bot locked as resolved and limited conversation to collaborators Jan 18, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants