-
Notifications
You must be signed in to change notification settings - Fork 37.7k
fix spelling of advertise (shows up in the debug log) #7526
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
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. |
cb5944d
to
37767fd
Compare
Done---there's only one commit in the pull request now. Thank you for showing me how to do it. |
ACK jloughry@37767fd |
@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. |
37767fd fix spelling of advertise in src and doc (jloughry)
Github-Pull: bitcoin#7526 Rebased-From: 37767fd
Backported as part of #7938. Removing label 'Needs backport'. |
Minor spelling fix: the message
AdvertizeLocal: advertizing address 168.103.195.250:8333
in the debug log was misspelt.