From df77c743df304c644bebc321fc173125528a8d67 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Thu, 24 Feb 2011 21:44:57 +0000 Subject: Applied Thorn's unknown spelling purification patch. --- src/core/descriptions.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/core') diff --git a/src/core/descriptions.cc b/src/core/descriptions.cc index 2cfab99..0812ee7 100644 --- a/src/core/descriptions.cc +++ b/src/core/descriptions.cc @@ -217,7 +217,7 @@ bool Descriptions::load_entity_menus(core::Entity *entity, const std::string &me aux::strip_quotes(strval); menu->set_text(strval); } else { - inifile.unkown_key(); + inifile.unknown_key(); } } else if (inifile.in_section("button")) { @@ -248,7 +248,7 @@ bool Descriptions::load_entity_menus(core::Entity *entity, const std::string &me inifile.unknown_value(); } } else { - inifile.unkown_key(); + inifile.unknown_key(); } } -- cgit v1.2.3