From 5822c2c1ff6ce0ea2507dfc5a7ab3292c5f22d17 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Tue, 6 Aug 2002 10:07:17 +0000 Subject: [PATCH] Fixed typo in comment. --- include/osg/Camera | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;