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/game/base/shipmodel.cc
parentb349294408a6f82bb5a5687a0672e8f04d4d681f (diff)
Applied Thorn's unknown spelling purification patch.
Diffstat (limited to 'src/game/base/shipmodel.cc')
-rw-r--r--src/game/base/shipmodel.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/game/base/shipmodel.cc b/src/game/base/shipmodel.cc
index ec712ac..25c2268 100644
--- a/src/game/base/shipmodel.cc
+++ b/src/game/base/shipmodel.cc
@@ -59,7 +59,7 @@ bool ShipModel::init()
if (Template::got_template_key(inifile, entitytemplate)) {
continue;
} else {
- inifile.unkown_key();
+ inifile.unknown_key();
}
} else if (inifile.section().compare("ship") == 0) {
@@ -141,7 +141,7 @@ bool ShipModel::init()
shipmodel->set_template(entitytemplate);
}
} else {
- inifile.unkown_key();
+ inifile.unknown_key();
}
}