mirror of
https://github.com/isar/libmdbx.git
synced 2025-12-19 18:12:21 +08:00
mdbx: fix minor typos.
Change-Id: Ib0c62eace9c766844a3f44124b525a3c6373c620
This commit is contained in:
@@ -47,8 +47,8 @@ const char *status2str(actor_status status) {
|
||||
default:
|
||||
assert(false);
|
||||
return "?!";
|
||||
case as_debuging:
|
||||
return "debuging";
|
||||
case as_debugging:
|
||||
return "debugging";
|
||||
case as_running:
|
||||
return "running";
|
||||
case as_successful:
|
||||
|
||||
Reference in New Issue
Block a user