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/filesystem/inifile.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/filesystem/inifile.cc') diff --git a/src/filesystem/inifile.cc b/src/filesystem/inifile.cc index e82de41..5f87591 100644 --- a/src/filesystem/inifile.cc +++ b/src/filesystem/inifile.cc @@ -298,7 +298,7 @@ void IniFile::unknown_value() const con_warn << name() << " unknown value '" << value() << "' for key '" << key() << "' at line " << line() << std::endl; } -void IniFile::unkown_key() const +void IniFile::unknown_key() const { con_warn << name() << " unknown key '" << key() << "' at line " << line() << std::endl; } -- cgit v1.2.3