summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/view.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/view.cc')
-rw-r--r--crawl-ref/source/view.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/view.cc b/crawl-ref/source/view.cc
index c25c8d874f..c6c0ca1420 100644
--- a/crawl-ref/source/view.cc
+++ b/crawl-ref/source/view.cc
@@ -3159,7 +3159,7 @@ void show_map( coord_def &spec_place, bool travel_mode )
int screen_y = you.y_pos;
- // if close to top of known map, put min_y on top
+ // If close to top of known map, put min_y on top
// else if close to bottom of known map, put max_y on bottom.
//
// The num_lines comparisons are done to keep things neat, by