mdbx: fix MDBX_BUSY comment/description (typo).

This commit is contained in:
Leo Yuriev
2017-12-19 16:37:20 +03:00
parent 96a0647253
commit b1c7fa30c0
2 changed files with 2 additions and 2 deletions

View File

@@ -708,7 +708,7 @@ static const char *__mdbx_strerr(int errnum) {
"DUPFIXED size",
"MDBX_BAD_DBI: The specified DBI handle was closed/changed unexpectedly",
"MDBX_PROBLEM: Unexpected problem - txn should abort",
"MDBX_BUSY: Another write transation is started",
"MDBX_BUSY: Another write transaction is started",
};
if (errnum >= MDBX_KEYEXIST && errnum <= MDBX_LAST_ERRCODE) {