Skip to content

Conversation

@jsoref
Copy link
Contributor

@jsoref jsoref commented Oct 14, 2016

This is a series of spelling fixes to Scumblr (including one for misspelling the product name...).

This PR can, of course, be folded together. However, initially, it is much easier to rebase and discuss individual concepts as individual commits. It's also possible to split this PR into a couple, one for API changes and one for other things, but there aren't many such items in this PR and I'd rather not spend that time on it.

@sbehrens
Copy link
Contributor

Hi Jsoref,

We've done a bunch of code changes since the 1.0 release. Any way you could run your spellchecker against the new code as well?

@jsoref
Copy link
Contributor Author

jsoref commented Oct 18, 2016

@sbehrens: Here's a set of fixes for things which were visibly misspelled as identified in insertions/removals between when I branched off.

# Many of these configuration options can be set straight in your model.
Devise.setup do |config|
#allows devise to use mutal TLS for auth
#allows devise to use mutual TLS for auth
Copy link
Contributor Author

Choose a reason for hiding this comment

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

I'm not sure if this is the correct fix -- I don't have enough context.


if response.nil?
@retry_interavl = 0
@retry_interval = 0
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This series @retry_interavl is an actual bug as opposed to just a typo in a comment or a consistently misspelled api.

@sbehrens
Copy link
Contributor

Nice, thanks again. Would be interested in you checking some of our other security tools using your spelling scripts: https://github.com/netflix/sketchy and https://github.com/netflix/sleepy-puppy if you are willing to help!

@sbehrens sbehrens merged commit 4a6757a into Netflix-Skunkworks:master Oct 19, 2016
@jsoref jsoref deleted the spelling branch October 20, 2016 00:09
@jsoref
Copy link
Contributor Author

jsoref commented Oct 20, 2016

I can, but at some point, you're going to need to update lodash. They misspelled forty (it seems to be a common error, I remember some other project recently making the same mistake..) -- and I haven't hit their project yet...

Netflix-Skunkworks/sketchy#37

@jsoref jsoref mentioned this pull request Oct 20, 2016
@jsoref
Copy link
Contributor Author

jsoref commented Oct 20, 2016

Thanks for taking these PRs. FWIW, this output is manual, I have a script which lists tokens that it doesn't recognize as words, and then it's up to me to decide based on what's left which things are typos and which are ok. (And I'm not perfect.)

Some stats:

Tokens Selected Words Repo/PRs
275 21 19 Netflix-Skunkworks/sketchy#37
1058 39 35 #107 #109
4816 26 20 Netflix-Skunkworks/sleepy-puppy#11

Because everything after the first column is manual (I do have a tool to sort the PRs alphabetically, although it looks like I didn't necessarily run it for some of these), it isn't a guarantee there aren't other errors. -- While trying to build this table, I found two that I had missed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants