mdbx: fix minor typos.

This commit is contained in:
Leonid Yuriev
2020-07-07 23:14:01 +03:00
parent e989cb05ed
commit 2e0d2e65af
4 changed files with 8 additions and 8 deletions

View File

@@ -26,7 +26,7 @@
#include <atomic>
#ifndef MDBX_LOCKING
#error "Opps, MDBX_LOCKING is undefined!"
#error "Oops, MDBX_LOCKING is undefined!"
#endif
#if defined(__APPLE__) && (MDBX_LOCKING == MDBX_LOCKING_POSIX2001 || \