mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-02 09:46:52 -05:00
wallet: Fixed Grammatical error in bdb.h
Wallet: Fixed Grammatical error in bdb.h
This commit is contained in:
parent
5adc5c0280
commit
bd9c6ade46
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue