aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2021-11-14 08:38:25 +0100
committerMarcoFalke <falke.marco@gmail.com>2021-11-14 08:38:28 +0100
commit9d2895157ec0ff6e356f40c5fe84d3007fc991c1 (patch)
treebc90541bf05a41a63beef71d426d3681c5890da7 /src
parent6d83b026196efb3252a8254b123ad66b1017d952 (diff)
parent2de1ceb2e9180d40611a6d32b3a9470c242952e0 (diff)
downloadbitcoin-9d2895157ec0ff6e356f40c5fe84d3007fc991c1.tar.xz
Merge bitcoin/bitcoin#23500: doc: fix typos
2de1ceb2e9180d40611a6d32b3a9470c242952e0 depends, wallet: fix typos (Dimitris Apostolou) Pull request description: ACKs for top commit: hebasto: ACK 2de1ceb2e9180d40611a6d32b3a9470c242952e0 Tree-SHA512: e33deef3ebd8cda69dd0f2c0e8d0fd5c39375eb014685318b2f131c7a700584d9b9e173e95ff290b1fe3b2dc88922583f2607750445baedf0c97a330a9ff35f2
Diffstat (limited to 'src')
-rw-r--r--src/wallet/test/fuzz/notifications.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wallet/test/fuzz/notifications.cpp b/src/wallet/test/fuzz/notifications.cpp
index 252832785b..e8b49f1220 100644
--- a/src/wallet/test/fuzz/notifications.cpp
+++ b/src/wallet/test/fuzz/notifications.cpp
@@ -100,7 +100,7 @@ FUZZ_TARGET_INIT(wallet_notifications, initialize_setup)
using Coins = std::set<std::tuple<CAmount, COutPoint>>;
std::vector<std::tuple<Coins, CBlock>> chain;
{
- // Add the inital entry
+ // Add the initial entry
chain.emplace_back();
auto& [coins, block]{chain.back()};
coins.emplace(total_amount, COutPoint{uint256::ONE, 1});