Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2011-02-24 21:44:57 +0000
committerStijn Buys <ingar@osirion.org>2011-02-24 21:44:57 +0000
commitdf77c743df304c644bebc321fc173125528a8d67 (patch)
tree45765b14f35b8f9d7a8ecd3472b8c9729ff84373 /src/filesystem/inifile.cc
parentb349294408a6f82bb5a5687a0672e8f04d4d681f (diff)
Applied Thorn's unknown spelling purification patch.
Diffstat (limited to 'src/filesystem/inifile.cc')
-rw-r--r--src/filesystem/inifile.cc2
1 files changed, 1 insertions, 1 deletions
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;
}