Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
Already on GitHub? Sign in to your account
fix spelling of advertise (shows up in the debug log) #7526
Conversation
|
Isn't that just US versus UK spelling? |
|
I've lived in US and UK and both countries spell it 'advertise'. It's just one of those weird edge cases in English. References:
|
|
Can you please fix them all in the source when you are at it? |
|
Fixed everywhere in src and doc. |
|
Please check by
|
|
You're right. The remaining ones have been caught and fixed now. You taught me a new tool---thanks! |
|
@jloughry great! Now can you please squash two commits into one? The same tool, different command line arguments :-) |
|
I squashed all my changes into the 37767fd commit, but the pull request has 4 commits in it now: the two original ones that were squashed, plus something new: cb5844d, that appears to be an empty merge. I can't figure out how to clean up the pull request so it contains only one commit:
How do I edit the pull request to remove the unneeded commits? Or is this normal behaviour when squashing commits? Thanks for the guidance; I want to do it right. |
|
Done---there's only one commit in the pull request now. Thank you for showing me how to do it. |
|
@jloughry Thanks for the explanation, can't believe this was missed all this time but here we are. Concept ACK. |
|
You can use *-ize as well: https://en.wiktionary.org/wiki/advertize. Still, I am ok with 37767fd if it get's backported, so we don't create unnecessary backport conflicts. |
|
A question of procedure: should backport changes be added to this pull request, or made one or more new pull requests? |
|
You should typically only create pull requests against master; we'll backport changes to older releases as needed. In case a patch specifically applies to a backport only (like a change to 0.12 release notes) or is highly nontrivial to apply to older code (due to refactoring that may have taken place), you can create pull requests against specific branches. |
|
Thanks for explaining it. |
|
So what is it, can you use advertize or not? |
|
It looks stupid to me, a native English speaker. I might have used it a few times only as it seemed to be an awkward Bitcoin term and I was talking about the peer manager at the time. |
laanwj
added
Docs and Output
Needs backport
labels
Feb 15, 2016
laanwj
merged commit 37767fd
into
bitcoin:master
Feb 16, 2016
1 check passed
added a commit
that referenced
this pull request
Feb 16, 2016
added a commit
to MarcoFalke/bitcoin
that referenced
this pull request
Apr 27, 2016
|
Backported as part of #7938. Removing label 'Needs backport'. |
jloughry commentedFeb 12, 2016
Minor spelling fix: the message
AdvertizeLocal: advertizing address 168.103.195.250:8333in the debug log was misspelt.