From 43de4d3630274e1287179c86896ed4c2d8b9eff4 Mon Sep 17 00:00:00 2001 From: Sjors Provoost Date: Tue, 7 Nov 2023 10:21:51 +0900 Subject: doc: fix typos As found by lint-spelling.py using codespell 2.2.6. --- src/qt/transactiontablemodel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/qt') diff --git a/src/qt/transactiontablemodel.cpp b/src/qt/transactiontablemodel.cpp index 486e51c777..d4267fcf61 100644 --- a/src/qt/transactiontablemodel.cpp +++ b/src/qt/transactiontablemodel.cpp @@ -219,7 +219,7 @@ public: // If a status update is needed (blocks came in since last check), // try to update the status of this transaction from the wallet. - // Otherwise, simply re-use the cached status. + // Otherwise, simply reuse the cached status. interfaces::WalletTxStatus wtx; int numBlocks; int64_t block_time; -- cgit v1.2.3