mirror of
https://github.com/monero-project/monero.git
synced 2025-06-21 16:14:12 -04:00
Fix a few minor typos
This commit is contained in:
parent
c36cb54340
commit
f4772bae81
11 changed files with 27 additions and 27 deletions
|
@ -104,7 +104,7 @@ void log_stack_trace(const char *msg)
|
|||
|
||||
if (msg)
|
||||
LOG_PRINT2(log, msg, LOG_LEVEL_0);
|
||||
LOG_PRINT2(log, "Unwinded call stack:", LOG_LEVEL_0);
|
||||
LOG_PRINT2(log, "Unwound call stack:", LOG_LEVEL_0);
|
||||
if (unw_getcontext(&ctx) < 0) {
|
||||
LOG_PRINT2(log, "Failed to create unwind context", LOG_LEVEL_0);
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue