From 4293d91bfd7e4b10b7cdee76dc7d5da7e5e3e001 Mon Sep 17 00:00:00 2001 From: haranp Date: Wed, 2 Jul 2008 19:51:50 +0000 Subject: Many code cleanups, mostly involving using stack_iterator and radius_iterator instead of the previous setup. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6347 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/message.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/message.cc') 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) { -- cgit v1.2.3-54-g00ecf