doc: Correct spelling errors in comments

And ci script output.

Identified via test/lint/lint-spelling
This commit is contained in:
Ben Woosley 2020-03-02 22:58:57 -08:00
parent ac5c5d0162
commit 9b0e16226e
No known key found for this signature in database
GPG key ID: 6EE5F3785F78B345
7 changed files with 8 additions and 6 deletions

View file

@ -26,7 +26,7 @@ if [[ $HOST = *-mingw32 ]]; then
fi fi
if [ -z "$NO_DEPENDS" ]; then if [ -z "$NO_DEPENDS" ]; then
if [[ $DOCKER_NAME_TAG == centos* ]]; then if [[ $DOCKER_NAME_TAG == centos* ]]; then
# CentOS has problems building the depends if the config shell is not explicitely set # CentOS has problems building the depends if the config shell is not explicitly set
# (i.e. for libevent a Makefile with an empty SHELL variable is generated, leading to # (i.e. for libevent a Makefile with an empty SHELL variable is generated, leading to
# an error as the first command is executed) # an error as the first command is executed)
SHELL_OPTS="CONFIG_SHELL=/bin/bash" SHELL_OPTS="CONFIG_SHELL=/bin/bash"

View file

@ -85,7 +85,7 @@ private:
const std::string m_title{}; const std::string m_title{};
//! Forwarded on to LogPrint if specified - has the effect of only //! Forwarded on to LogPrint if specified - has the effect of only
//! outputing the timing log when a particular debug= category is specified. //! outputting the timing log when a particular debug= category is specified.
const BCLog::LogFlags m_log_category{}; const BCLog::LogFlags m_log_category{};
}; };

View file

@ -84,7 +84,7 @@ PSBTAnalysis AnalyzePSBT(PartiallySignedTransaction psbtx)
} }
} }
// Calculate next role for PSBT by grabbing "minumum" PSBTInput next role // Calculate next role for PSBT by grabbing "minimum" PSBTInput next role
result.next = PSBTRole::EXTRACTOR; result.next = PSBTRole::EXTRACTOR;
for (unsigned int i = 0; i < psbtx.tx->vin.size(); ++i) { for (unsigned int i = 0; i < psbtx.tx->vin.size(); ++i) {
PSBTInputAnalysis& input_analysis = result.inputs[i]; PSBTInputAnalysis& input_analysis = result.inputs[i];

View file

@ -753,7 +753,7 @@ public:
* determine if that transaction has not yet been visited during the current * determine if that transaction has not yet been visited during the current
* traversal's epoch. * traversal's epoch.
* Algorithms using std::set can be replaced on a one by one basis. * Algorithms using std::set can be replaced on a one by one basis.
* Both techniques are not fundamentally incomaptible across the codebase. * Both techniques are not fundamentally incompatible across the codebase.
* Generally speaking, however, the remaining use of std::set for mempool * Generally speaking, however, the remaining use of std::set for mempool
* traversal should be viewed as a TODO for replacement with an epoch based * traversal should be viewed as a TODO for replacement with an epoch based
* traversal, rather than a preference for std::set over epochs in that * traversal, rather than a preference for std::set over epochs in that

View file

@ -113,7 +113,7 @@ class BackwardsCompatibilityTest(BitcoinTestFramework):
# Create another conflicting transaction using RBF # Create another conflicting transaction using RBF
tx3_id = self.nodes[1].sendtoaddress(return_address, 1) tx3_id = self.nodes[1].sendtoaddress(return_address, 1)
tx4_id = self.nodes[1].bumpfee(tx3_id)["txid"] tx4_id = self.nodes[1].bumpfee(tx3_id)["txid"]
# Abondon transaction, but don't confirm # Abandon transaction, but don't confirm
self.nodes[1].abandontransaction(tx3_id) self.nodes[1].abandontransaction(tx3_id)
# w1_v19: regular wallet, created with v0.19 # w1_v19: regular wallet, created with v0.19

View file

@ -41,7 +41,7 @@ if ! shellcheck "$EXCLUDE" $(git ls-files -- '*.sh' | grep -vE 'src/(leveldb|sec
fi fi
if ! command -v yq > /dev/null; then if ! command -v yq > /dev/null; then
echo "Skipping Gitian desriptor scripts checking since yq is not installed." echo "Skipping Gitian descriptor scripts checking since yq is not installed."
exit $EXIT_CODE exit $EXIT_CODE
fi fi

View file

@ -12,3 +12,5 @@ keyserver
homogenous homogenous
setban setban
hist hist
ser
unselect