]> git.mxchange.org Git - flightgear.git/commitdiff
Modified Files:
authorfrohlich <frohlich>
Wed, 31 Jan 2007 20:37:43 +0000 (20:37 +0000)
committerfrohlich <frohlich>
Wed, 31 Jan 2007 20:37:43 +0000 (20:37 +0000)
  src/Main/renderer.cxx: Fix typo

src/Main/renderer.cxx

index 682bad26c02729f7f6347de746ee216b0f7361b9..8471f5388d5e36599aa71afa4a5919e940b2b781 100644 (file)
@@ -998,7 +998,7 @@ FGRenderer::pick( unsigned x, unsigned y,
   SGVec3d center = globals->get_scenery()->get_center();
 
   // don't know why, but the update has partly happened somehow,
-  // so update the scneery part of the viewer
+  // so update the scenery part of the viewer
   FGViewer *current_view = globals->get_current_view();
   // Force update of center dependent values ...
   current_view->set_dirty();