From Roland Smeenk, "Attached you will find a large set of small typo fixes (mainly in the comments)."

This commit is contained in:
Robert Osfield
2007-12-10 17:30:18 +00:00
parent 1dcb6cc4fd
commit f4afa427a7
216 changed files with 613 additions and 619 deletions

View File

@@ -21,7 +21,7 @@
namespace osgSim {
/** Helper class for setting up and aquiring height above terrain intersections with terrain.*/
/** Helper class for setting up and acquiring height above terrain intersections with terrain.*/
class OSGSIM_EXPORT ElevationSlice
{
public :
@@ -68,7 +68,7 @@ class OSGSIM_EXPORT ElevationSlice
void clearDatabaseCache() { if (_dcrc.valid()) _dcrc->clearDatabaseCache(); }
/** Set the ReadCallback that does the reading of external PagedLOD models, and caching of loaded subgraphs.
* Note, if you have mulitple LineOfSight or ElevationSlice objects in use at one time then you should share a single
* Note, if you have multiple LineOfSight or ElevationSlice objects in use at one time then you should share a single
* DatabaseCacheReadCallback between all of them. */
void setDatabaseCacheReadCallback(DatabaseCacheReadCallback* dcrc);