We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5adc5c0 commit bd9c6adCopy full SHA for bd9c6ad
src/wallet/bdb.h
@@ -113,7 +113,7 @@ class BerkeleyDatabase : public WalletDatabase
113
*/
114
bool Rewrite(const char* pszSkip=nullptr) override;
115
116
- /** Indicate the a new database user has began using the database. */
+ /** Indicate that a new database user has begun using the database. */
117
void AddRef() override;
118
/** Indicate that database user has stopped using the database and that it could be flushed or closed. */
119
void RemoveRef() override;
0 commit comments