diff --git a/include/osg/Camera b/include/osg/Camera index e49c8d69f..4a4433dc9 100644 --- a/include/osg/Camera +++ b/include/osg/Camera @@ -272,7 +272,7 @@ class SG_EXPORT Camera: public osg::Referenced const Matrix getModelViewMatrix() const; - /** Get the camera view frsutm.*/ + /** Get the camera view frustum.*/ inline Polytope getViewFrustum() const { Polytope cv;