summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/crash.cc
diff options
context:
space:
mode:
authorNeil Moore <neil@s-z.org>2013-06-26 13:43:22 -0400
committerNeil Moore <neil@s-z.org>2013-06-26 13:43:37 -0400
commit78cd2d891498632ef7234d1106938794020d0d5f (patch)
treea68651564fe96673236a12e0e7086bdd51329eb0 /crawl-ref/source/crash.cc
parentbcb461393b077b9926b9d7e27c75852bf88cc074 (diff)
downloadcrawl-ref-78cd2d891498632ef7234d1106938794020d0d5f.tar.gz
crawl-ref-78cd2d891498632ef7234d1106938794020d0d5f.zip
Fix spelling (elliott)
Diffstat (limited to 'crawl-ref/source/crash.cc')
-rw-r--r--crawl-ref/source/crash.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/crash.cc b/crawl-ref/source/crash.cc
index 6c9fb64036..40b856d462 100644
--- a/crawl-ref/source/crash.cc
+++ b/crawl-ref/source/crash.cc
@@ -82,7 +82,7 @@ static mutex_t crash_mutex;
static void _crash_signal_handler(int sig_num)
{
// We rely on mutexes ignoring locks held by the same thread.
- // On some platforms, this must be explicitely enabled (which we do).
+ // On some platforms, this must be explicitly enabled (which we do).
// This mutex is never unlocked again -- the first thread to crash will
// do a dump then terminate the process while everyone else waits here