diff --git a/src/httpserver.cpp b/src/httpserver.cpp --- a/src/httpserver.cpp +++ b/src/httpserver.cpp @@ -421,7 +421,7 @@ LogPrintf("HTTP: creating work queue of depth %d\n", workQueueDepth); workQueue = new WorkQueue(workQueueDepth); - // tranfer ownership to eventBase/HTTP via .release() + // transfer ownership to eventBase/HTTP via .release() eventBase = base_ctr.release(); eventHTTP = http_ctr.release(); return true; diff --git a/src/qt/networkstyle.cpp b/src/qt/networkstyle.cpp --- a/src/qt/networkstyle.cpp +++ b/src/qt/networkstyle.cpp @@ -42,7 +42,7 @@ // loop through pixels for (int x = 0; x < img.width(); x++) { - // preserve alpha because QColor::getHsl doesen't return the + // preserve alpha because QColor::getHsl doesn't return the // alpha value a = qAlpha(scL[x]); QColor col(scL[x]); diff --git a/src/qt/test/rpcnestedtests.cpp b/src/qt/test/rpcnestedtests.cpp --- a/src/qt/test/rpcnestedtests.cpp +++ b/src/qt/test/rpcnestedtests.cpp @@ -83,7 +83,7 @@ RPCConsole::RPCExecuteCommandLine(*node, result, "getblockchaininfo "); QVERIFY(result.substr(0, 1) == "{"); - // Quote path identifier are allowed, but look after a child contaning the + // Quote path identifier are allowed, but look after a child containing the // quotes in the key. (RPCConsole::RPCExecuteCommandLine(*node, result, "getblockchaininfo()[\"chain\"]")); diff --git a/src/qt/test/test_main.cpp b/src/qt/test/test_main.cpp --- a/src/qt/test/test_main.cpp +++ b/src/qt/test/test_main.cpp @@ -53,7 +53,7 @@ bool fInvalid = false; // Prefer the "minimal" platform for the test instead of the normal default - // platform ("xcb", "windows", or "cocoa") so tests can't unintentially + // platform ("xcb", "windows", or "cocoa") so tests can't unintentionally // interfere with any background GUIs and don't require extra resources. setenv("QT_QPA_PLATFORM", "minimal", 0); diff --git a/src/test/coins_tests.cpp b/src/test/coins_tests.cpp --- a/src/test/coins_tests.cpp +++ b/src/test/coins_tests.cpp @@ -277,7 +277,7 @@ // the functionality of UpdateCoins random txs are created and UpdateCoins is // used to update the cache stack. In particular it is tested that spending a // duplicate coinbase tx has the expected effect (the other duplicate is -// overwitten at all cache levels) +// overwritten at all cache levels) BOOST_AUTO_TEST_CASE(updatecoins_simulation_test) { bool spent_a_duplicate_coinbase = false; // A simple map to track what we expect the cache stack to represent. diff --git a/src/test/data/tx_invalid.json b/src/test/data/tx_invalid.json --- a/src/test/data/tx_invalid.json +++ b/src/test/data/tx_invalid.json @@ -205,7 +205,7 @@ [[["0000000000000000000000000000000000000000000000000000000000000100", 0, "4259839 CHECKSEQUENCEVERIFY 1"]], "020000000100010000000000000000000000000000000000000000000000000000000000000000000000feff40000100000000000000000000000000", "P2SH,CHECKSEQUENCEVERIFY"], -["By-time locks, with argument just beyond txin.nSequence (but within numerical boundries)"], +["By-time locks, with argument just beyond txin.nSequence (but within numerical boundaries)"], [[["0000000000000000000000000000000000000000000000000000000000000100", 0, "4194305 CHECKSEQUENCEVERIFY 1"]], "020000000100010000000000000000000000000000000000000000000000000000000000000000000000000040000100000000000000000000000000", "P2SH,CHECKSEQUENCEVERIFY"], [[["0000000000000000000000000000000000000000000000000000000000000100", 0, "4259839 CHECKSEQUENCEVERIFY 1"]], diff --git a/test/functional/feature_pruning.py b/test/functional/feature_pruning.py --- a/test/functional/feature_pruning.py +++ b/test/functional/feature_pruning.py @@ -171,7 +171,7 @@ badhash, invalidheight)) self.nodes[1].invalidateblock(badhash) - # We've now switched to our previously mined-24 block fork on node 1, but thats not what we want. + # We've now switched to our previously mined-24 block fork on node 1, but that's not what we want. # So invalidate that fork as well, until we're on the same chain as # node 0/2 (but at an ancestor 288 blocks ago) mainchainhash = self.nodes[0].getblockhash(invalidheight - 1) @@ -245,7 +245,7 @@ # As of 0.10 the current block download logic is not able to reorg to # the original chain created in create_chain_with_stale_blocks because - # it doesn't know of any peer thats on that chain from which to + # it doesn't know of any peer that's on that chain from which to # redownload its missing blocks. Invalidate the reorg_test chain in # node 0 as well, it can successfully switch to the original chain # because it has all the block data. However it must mine enough blocks diff --git a/test/functional/rpc_net.py b/test/functional/rpc_net.py --- a/test/functional/rpc_net.py +++ b/test/functional/rpc_net.py @@ -88,7 +88,7 @@ added_nodes = self.nodes[0].getaddednodeinfo(ip_port) assert_equal(len(added_nodes), 1) assert_equal(added_nodes[0]['addednode'], ip_port) - # check that a non-existant node returns an error + # check that a non-existent node returns an error assert_raises_rpc_error(-24, "Node has not been added", self.nodes[0].getaddednodeinfo, '1.1.1.1') diff --git a/test/lint/dictionary/english.json b/test/lint/dictionary/english.json --- a/test/lint/dictionary/english.json +++ b/test/lint/dictionary/english.json @@ -115,6 +115,7 @@ "becuase": "because", "begining": "beginning", "bianries": "binaries", + "boundries": "boundaries", "calender": "calendar", "cancelation": "cancellation", "cannonical": "canonical", @@ -164,6 +165,7 @@ "consistancy": "consistency", "consistant": "consistent", "containes": "contains", + "contaning": "containing", "containts": "contains", "contaisn": "contains", "contence": "contents", @@ -218,6 +220,7 @@ "docuentation": "documentation", "documantation": "documentation", "documentaion": "documentation", + "doesen't": "doesn't", "dont": "don't", "downlad": "download", "downlads": "downloads", @@ -250,6 +253,7 @@ "excecutable": "executable", "exceded": "exceeded", "excellant": "excellent", + "existant": "existent", "exlcude": "exclude", "exlcusive": "exclusive", "expecially": "especially", @@ -289,6 +293,7 @@ "guage": "gauge", "halfs": "halves", "handfull": "handful", + "havent": "haven't", "heirarchically": "hierarchically", "helpfull": "helpful", "hierachy": "hierarchy", @@ -320,6 +325,7 @@ "integrety": "integrity", "integrey": "integrity", "intendet": "intended", + "intentially": "intentionally", "interchangable": "interchangeable", "intermittant": "intermittent", "interupted": "interrupted", @@ -363,6 +369,7 @@ "messsages": "messages", "microprocesspr": "microprocessor", "milliseonds": "milliseconds", + "mimick": "mimic", "miscelleneous": "miscellaneous", "misformed": "malformed", "mispelled": "misspelled", @@ -404,6 +411,7 @@ "ouput": "output", "overaall": "overall", "overriden": "overridden", + "overwitten": "overwritten", "pacakge": "package", "pachage": "package", "packacge": "package", @@ -462,6 +470,11 @@ "pronunce": "pronounce", "propery": "property", "propigate": "propagate", + "propigated": "propagated", + "propigates": "propagates", + "propogate": "propagate", + "propogated": "propagated", + "propogates": "propagates", "propigation": "propagation", "prosess": "process", "protable": "portable", @@ -575,7 +588,9 @@ "targetted": "targeted", "targetting": "targeting", "teh": "the", + "thats": "that's", "throught": "through", + "tranfer": "transfer", "transfered": "transferred", "transfering": "transferring", "trasmission": "transmission", @@ -585,6 +600,7 @@ "unecessary": "unnecessary", "unexecpted": "unexpected", "unfortunatelly": "unfortunately", + "unintentially": "unintentionally", "unknonw": "unknown", "unkown": "unknown", "unneedingly": "unnecessarily",