diff options
author | Riccardo Spagni <ric@spagni.net> | 2016-12-04 22:28:22 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2016-12-04 22:28:22 +0200 |
commit | f2ea2afb772d4377450d2e79ebf44d1e1ffa3ec6 (patch) | |
tree | 6573120f4a91770ff630c693e76893a485bc70f4 /src/common | |
parent | Merge pull request #1397 (diff) | |
parent | Fix a few minor typos (diff) | |
download | monero-f2ea2afb772d4377450d2e79ebf44d1e1ffa3ec6.tar.xz |
Merge pull request #1398
f4772bae Fix a few minor typos (Pierre Boyer)
Diffstat (limited to 'src/common')
-rw-r--r-- | src/common/stack_trace.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/stack_trace.cpp b/src/common/stack_trace.cpp index 4387d4ffd..5bbd3e252 100644 --- a/src/common/stack_trace.cpp +++ b/src/common/stack_trace.cpp @@ -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; |