summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/libunix.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/libunix.cc')
-rw-r--r--crawl-ref/source/libunix.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/libunix.cc b/crawl-ref/source/libunix.cc
index d2ac1c157a..57c2791591 100644
--- a/crawl-ref/source/libunix.cc
+++ b/crawl-ref/source/libunix.cc
@@ -462,7 +462,7 @@ void message_out(int which_line, int color, const char *s, int firstcol,
static void unixcurses_defkeys( void )
{
#ifdef NCURSES_VERSION
- // keypad 0-9 (only if the "application mode" was successfully initialized)
+ // keypad 0-9 (only if the "application mode" was successfully initialised)
define_key("\033Op", 1000);
define_key("\033Oq", 1001);
define_key("\033Or", 1002);