summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/crash-u.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/crash-u.cc')
-rw-r--r--crawl-ref/source/crash-u.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/crash-u.cc b/crawl-ref/source/crash-u.cc
index 8a1f3d000d..ee8d033f24 100644
--- a/crawl-ref/source/crash-u.cc
+++ b/crawl-ref/source/crash-u.cc
@@ -150,7 +150,7 @@ void write_stack_trace(FILE* file, int ignore_count)
if (symbols == NULL)
{
- fprintf(stderr, "Out of memroy." EOL);
+ fprintf(stderr, "Out of memory." EOL);
fprintf(file, "Out of memory." EOL);
// backtrace_symbols_fd() can print out the stack trace even if