Skip to content

Commit bd9c6ad

Browse files
committed
wallet: Fixed Grammatical error in bdb.h
Wallet: Fixed Grammatical error in bdb.h
1 parent 5adc5c0 commit bd9c6ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wallet/bdb.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ class BerkeleyDatabase : public WalletDatabase
113113
*/
114114
bool Rewrite(const char* pszSkip=nullptr) override;
115115

116-
/** Indicate the a new database user has began using the database. */
116+
/** Indicate that a new database user has begun using the database. */
117117
void AddRef() override;
118118
/** Indicate that database user has stopped using the database and that it could be flushed or closed. */
119119
void RemoveRef() override;

0 commit comments

Comments
 (0)