Skip to content

Commit 0fce2b7

Browse files
alexalex
alex
authored and
alex
committed
Orpho
1 parent d8f8063 commit 0fce2b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/txdb-leveldb.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ static leveldb::Options GetOptions() {
3434
}
3535

3636
// CDB subclasses are created and destroyed VERY OFTEN. That's why
37-
// we shouldn't treat this it a free operations.
37+
// we shouldn't treat this as a free operations.
3838
CTxDB::CTxDB(const char* pszMode)
3939
{
4040
assert(pszMode);

0 commit comments

Comments
 (0)