From be32749e12b8ff60d1f8e32d8d69607b530e7558 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Boldizs=C3=A1r=20Lipka?= Date: Mon, 3 Mar 2014 15:54:23 +0100 Subject: [PATCH] Fix typo in comment. --- src/display.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/display.cpp b/src/display.cpp index a7c0a5e8bfbc..77ec03d1eb0e 100644 --- a/src/display.cpp +++ b/src/display.cpp @@ -1155,7 +1155,7 @@ std::vector display::get_terrain_images(const map_location &loc, if(terrains != NULL) { // Cache the offmap name. - // Since it is themeabel it can change, + // Since it is themeable it can change, // so don't make it static. const std::string off_map_name = "terrain/" + theme_.border().tile_image; for(std::vector >::const_iterator it =