Merge pull request #1398

f4772bae Fix a few minor typos (Pierre Boyer)
This commit is contained in:
Riccardo Spagni
2016-12-04 22:28:22 +02:00
11 changed files with 27 additions and 27 deletions

View File

@@ -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;