summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/menu.h
diff options
context:
space:
mode:
authorRaphael Langella <raphael.langella@gmail.com>2012-04-19 16:43:21 +0200
committerRaphael Langella <raphael.langella@gmail.com>2012-04-19 16:43:21 +0200
commit3cd6143275f7d7dd2d16868576e2d0a986272415 (patch)
treeb24bf11397676162c947103aa6b6946274e58454 /crawl-ref/source/menu.h
parent5ada5f1778789373735b8e7fa0c8d9d79274b751 (diff)
downloadcrawl-ref-3cd6143275f7d7dd2d16868576e2d0a986272415.tar.gz
crawl-ref-3cd6143275f7d7dd2d16868576e2d0a986272415.zip
Handle pgup/down in menuscroller (BkackSheep).
Diffstat (limited to 'crawl-ref/source/menu.h')
-rw-r--r--crawl-ref/source/menu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/menu.h b/crawl-ref/source/menu.h
index 269d2c83d6..4c11551c06 100644
--- a/crawl-ref/source/menu.h
+++ b/crawl-ref/source/menu.h
@@ -804,7 +804,7 @@ protected:
coord_def m_max_coord;
std::string m_object_name;
// by default, entries are held in a vector
- // if you need a different behaviour, pleare override the
+ // if you need a different behaviour, please override the
// affected methods
std::vector<MenuItem*> m_entries;
#ifdef USE_TILE_LOCAL