From 42ceb429a77033d595285ef8b00b4c6d9802ec3c Mon Sep 17 00:00:00 2001 From: Chris Frey Date: Sat, 21 Nov 2020 06:25:58 -0500 Subject: [PATCH] Small spelling/grammar fix in comments in ReaderWriterSPT.cxx --- simgear/scene/tgdb/ReaderWriterSPT.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/simgear/scene/tgdb/ReaderWriterSPT.cxx b/simgear/scene/tgdb/ReaderWriterSPT.cxx index 83f29751..38a24f62 100644 --- a/simgear/scene/tgdb/ReaderWriterSPT.cxx +++ b/simgear/scene/tgdb/ReaderWriterSPT.cxx @@ -55,8 +55,8 @@ struct ReaderWriterSPT::CullCallback : public osg::NodeCallback { // Culling away tiles that we look at from the downside. // This is done by computing the maximum distance we can // see something from the current eyepoint. If the sphere - // that is defined by this radius does no intersects the - // nodes sphere, then this tile is culled away. + // that is defined by this radius does not intersect the + // node's sphere, then this tile is culled away. // Computing this radius happens by two rectangular triangles: // Let r be the view point. rmin is the minimum radius we find // a ground surface we need to look above. rmax is the