]> git.mxchange.org Git - flightgear.git/blobdiff - src/Navaids/navlist.hxx
Reduce severity of a failure to create a marker beacon due to an unknown runway from...
[flightgear.git] / src / Navaids / navlist.hxx
index ef49e3e79811d1b0c52961dcd8d87c50e5ef1745..de9dc2c358db7853e0b73053a3690f6ab1d05fbc 100644 (file)
@@ -79,12 +79,12 @@ public:
     nav_list_type findAllByFreq( double freq, const SGGeod& position, 
                                 const FGPositioned::Type type = FGPositioned::INVALID);
   
-    // Given an Ident and optional freqency and type , 
+    // Given an Ident and optional frequency and type ,
     // return a list of matching stations.
     const nav_list_type findByIdentAndFreq( const std::string& ident,
         const double freq = 0.0, const FGPositioned::Type = FGPositioned::INVALID );
 
-    // Given an Ident and optional freqency and type , 
+    // Given an Ident and optional frequency and type ,
     // return a list of matching stations sorted by distance to the given position
     const nav_list_type findByIdentAndFreq( const SGGeod & position,
         const std::string& ident, const double freq = 0.0,