mirror of
https://github.com/isar/libmdbx.git
synced 2025-12-20 06:22:21 +08:00
mdbx: fix minor typos.
Change-Id: Ib0c62eace9c766844a3f44124b525a3c6373c620
This commit is contained in:
@@ -343,7 +343,7 @@ actor_status osal_actor_info(const mdbx_pid_t pid) {
|
||||
break;
|
||||
case EXCEPTION_BREAKPOINT:
|
||||
case EXCEPTION_SINGLE_STEP:
|
||||
status = as_debuging;
|
||||
status = as_debugging;
|
||||
break;
|
||||
case STATUS_CONTROL_C_EXIT:
|
||||
status = as_killed;
|
||||
|
||||
Reference in New Issue
Block a user