From bd9c6ade46c8c29bea3fd5df62a35efadb77ac89 Mon Sep 17 00:00:00 2001 From: zealsham Date: Tue, 2 Nov 2021 02:03:52 +0100 Subject: wallet: Fixed Grammatical error in bdb.h Wallet: Fixed Grammatical error in bdb.h --- src/wallet/bdb.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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; -- cgit v1.2.3