]> git.mxchange.org Git - flightgear.git/commitdiff
Fix a typo
authorehofman <ehofman>
Mon, 22 Dec 2003 20:18:33 +0000 (20:18 +0000)
committerehofman <ehofman>
Mon, 22 Dec 2003 20:18:33 +0000 (20:18 +0000)
src/AIModel/AIBase.cxx

index 7ffbc8b9edc7eeae07f78e6a41c4d5e8cd9d1c42..e5d63821501fe4bcf28abf4c121d246c15d3dcb9 100644 (file)
@@ -66,7 +66,7 @@ void FGAIBase::Transform() {
 
 bool FGAIBase::init() {
 
-   SGPropertyNode *root = globals->get_props()->getNode("ai/modeles", true);
+   SGPropertyNode *root = globals->get_props()->getNode("ai/models", true);
    vector<SGPropertyNode_ptr> p_vec = root->getChildren(_type_str);
    unsigned num = p_vec.size();
    p_vec.clear();