Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/filesystem/inifile.h')
-rw-r--r--src/filesystem/inifile.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/filesystem/inifile.h b/src/filesystem/inifile.h
index 4b94dcd..660a981 100644
--- a/src/filesystem/inifile.h
+++ b/src/filesystem/inifile.h
@@ -96,7 +96,7 @@ public:
void unknown_value() const;
/// print a default unkown key error
- void unkown_key() const;
+ void unknown_key() const;
/// print a default unkown section error
void unknown_section() const;