]> git.mxchange.org Git - flightgear.git/blobdiff - src/Main/globals.hxx
hla: add io chanel configuration shortcut hla-local.
[flightgear.git] / src / Main / globals.hxx
index 5fd300ced5376cb2094bb1523777414ec14d7eff..97f07307adb119231396c4679f160d5b5d9b4284 100644 (file)
@@ -211,7 +211,7 @@ public:
      *  2. All aircraft directories if branch starts with Aircraft/
      *  3. fg_data directory
      */
-    SGPath resolve_ressource_path(const std::string& branch) const;
+    SGPath resolve_resource_path(const std::string& branch) const;
 
     inline const std::string &get_browser () const { return browser; }
     void set_browser (const std::string &b) { browser = b; }