diff options
author | Pierre Boyer <pierre.s.boyer@gmail.com> | 2016-12-04 14:13:54 +0100 |
---|---|---|
committer | Pierre Boyer <pierre.s.boyer@gmail.com> | 2016-12-04 14:13:54 +0100 |
commit | f4772bae812cdab9cca3864d79cdbec7abe5a114 (patch) | |
tree | 434455673de9c67c5ed71c4d37a936610012df56 /src/common | |
parent | Merge pull request #1372 (diff) | |
download | monero-f4772bae812cdab9cca3864d79cdbec7abe5a114.tar.xz |
Fix a few minor typos
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; |