aboutsummaryrefslogtreecommitdiff
path: root/src/init.cpp
diff options
context:
space:
mode:
authorpracticalswift <[email protected]>2017-01-18 16:15:37 +0100
committerpracticalswift <[email protected]>2017-01-27 21:22:35 +0100
commitcc16d99f1dc8305b1b255f1cc0f2b1516aa77ed0 (patch)
treee07bb46576b327b22a3b2d0c8d51b7be29a13280 /src/init.cpp
parentMerge #9638: qa: Actually test assertions in pruning.py (diff)
downloaddiscoin-cc16d99f1dc8305b1b255f1cc0f2b1516aa77ed0.tar.xz
discoin-cc16d99f1dc8305b1b255f1cc0f2b1516aa77ed0.zip
[trivial] Fix typos in comments
Diffstat (limited to 'src/init.cpp')
-rw-r--r--src/init.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/init.cpp b/src/init.cpp
index 5be011f94..e936e068f 100644
--- a/src/init.cpp
+++ b/src/init.cpp
@@ -1553,7 +1553,7 @@ bool AppInitMain(boost::thread_group& threadGroup, CScheduler& scheduler)
}
if (chainparams.GetConsensus().vDeployments[Consensus::DEPLOYMENT_SEGWIT].nTimeout != 0) {
- // Only advertize witness capabilities if they have a reasonable start time.
+ // Only advertise witness capabilities if they have a reasonable start time.
// This allows us to have the code merged without a defined softfork, by setting its
// end time to 0.
// Note that setting NODE_WITNESS is never required: the only downside from not