aboutsummaryrefslogtreecommitdiff
path: root/src/wallet
diff options
context:
space:
mode:
authorzealsham <shammahagwor@gmail.com>2021-11-02 02:03:52 +0100
committerzealsham <shammahagwor@gmail.com>2021-11-09 12:41:37 +0100
commitbd9c6ade46c8c29bea3fd5df62a35efadb77ac89 (patch)
treef852bb590c01789d18be10e8f7eab4c191732176 /src/wallet
parent5adc5c02800f00d1e6e8812a2b0559b1800e82e9 (diff)
downloadbitcoin-bd9c6ade46c8c29bea3fd5df62a35efadb77ac89.tar.xz
wallet: Fixed Grammatical error in bdb.h
Wallet: Fixed Grammatical error in bdb.h
Diffstat (limited to 'src/wallet')
-rw-r--r--src/wallet/bdb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wallet/bdb.h b/src/wallet/bdb.h
index b666a8e73a..7d0f80518a 100644
--- a/src/wallet/bdb.h
+++ b/src/wallet/bdb.h
@@ -113,7 +113,7 @@ public:
*/
bool Rewrite(const char* pszSkip=nullptr) override;
- /** Indicate the a new database user has began using the database. */
+ /** Indicate that a new database user has begun using the database. */
void AddRef() override;
/** Indicate that database user has stopped using the database and that it could be flushed or closed. */
void RemoveRef() override;