summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/message.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/message.cc')
-rw-r--r--crawl-ref/source/message.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/message.cc b/crawl-ref/source/message.cc
index fc9b8f2df1..a4c48ceb50 100644
--- a/crawl-ref/source/message.cc
+++ b/crawl-ref/source/message.cc
@@ -443,7 +443,7 @@ void mpr(const char *inf, msg_channel_type channel, int param)
// Did the message break?
if (i + stepsize < msglen)
{
- // Aes, find a nicer place to break it.
+ // Yes, find a nicer place to break it.
int lookback, where = 0;
for (lookback = 0; lookback < lookback_size; ++lookback)
{