-
Notifications
You must be signed in to change notification settings - Fork 37.8k
typofix - https://github.com/vlajos/misspell_fixer #6539
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
utACK, looks simple and a good bit of cleanup |
@@ -870,7 +870,7 @@ HTML_FILE_EXTENSION = .html | |||
# standard header. Note that when using a custom header you are responsible | |||
# for the proper inclusion of any scripts and style sheets that doxygen | |||
# needs, which is dependent on the configuration options used. | |||
# It is adviced to generate a default header using "doxygen -w html | |||
# It is advised to generate a default header using "doxygen -w html |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Don't change this, it will be fixed if/when we update the Doxyfile.
e02430e
to
66d9378
Compare
Done.. I have just reverted doc/release-notes and doc/Doxyfile. |
@@ -225,7 +225,7 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Error loading wallet.dat: Wallet requires new | |||
QT_TRANSLATE_NOOP("bitcoin-core", "Error opening block database"), | |||
QT_TRANSLATE_NOOP("bitcoin-core", "Error reading from database, shutting down."), | |||
QT_TRANSLATE_NOOP("bitcoin-core", "Error"), | |||
QT_TRANSLATE_NOOP("bitcoin-core", "Error: A fatal internal error occured, see debug.log for details"), | |||
QT_TRANSLATE_NOOP("bitcoin-core", "Error: A fatal internal error occurred, see debug.log for details"), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This won't work as bitcoinstrings.cpp is generated during build. You need to fix the spelling just in the "normal" source.
66d9378
to
a1f066e
Compare
@@ -71,7 +71,7 @@ | |||
|
|||
#if defined(OS_ANDROID) && __ANDROID_API__ < 9 | |||
// fdatasync() was only introduced in API level 9 on Android. Use fsync() | |||
// when targetting older platforms. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please don't change the files inside src/leveldb
- they come verbatim from upstream, merging this change would make it harder to keep the subtree up to date
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK. I have removed these 2 changes.
Looks good to me, apart form leveldb nit |
a1f066e
to
ed4f03c
Compare
Also please remove the URL from the commit message. |
ed4f03c
to
9f68ed6
Compare
I have removed the URL. |
ACK |
ACK |
1 similar comment
ACK |
9f68ed6 typofixes (found by misspell_fixer) (Veres Lajos)
Upstream: 9f68ed6 (PR bitcoin#6539)
Upstream: 9f68ed6 (PR bitcoin#6539)
Upstream: 9f68ed6 (PR bitcoin#6539)
Upstream: 9f68ed6 (PR bitcoin#6539)
Github-Pull: bitcoin#6539 Rebased-From: 9f68ed6
Github-Pull: bitcoin#6539 Rebased-From: 9f68ed6
Upstream: 9f68ed6 (PR dashpay#6539)
References: - bitcoin/bitcoin#11423 - bitcoin/bitcoin#12600 - bitcoin/bitcoin#12082 Trivial References: - bitcoin/bitcoin#12393 - bitcoin/bitcoin#6539 - bitcoin/bitcoin#10742 - bitcoin/bitcoin@ecb11f5
References: - bitcoin/bitcoin#11423 - bitcoin/bitcoin#12600 - bitcoin/bitcoin#12082 Trivial References: - bitcoin/bitcoin#12393 - bitcoin/bitcoin#6539 - bitcoin/bitcoin#10742 - bitcoin/bitcoin@ecb11f5
References: - bitcoin/bitcoin#11423 - bitcoin/bitcoin#12600 - bitcoin/bitcoin#12082 Trivial References: - bitcoin/bitcoin#12393 - bitcoin/bitcoin#6539 - bitcoin/bitcoin#10742 - bitcoin/bitcoin@ecb11f5
Upstream: 9f68ed6 (PR bitcoin#6539) (cherry picked from commit ceba0f8)
No description provided.