From a09353f93183193d5f52962cdc5f41bf11a826c0 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Mon, 8 Jun 2009 12:44:23 +0000 Subject: [PATCH] Fixed doc message --- include/osgUtil/RenderStage | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/osgUtil/RenderStage b/include/osgUtil/RenderStage index d72f002ab..87f58a095 100644 --- a/include/osgUtil/RenderStage +++ b/include/osgUtil/RenderStage @@ -230,7 +230,7 @@ class OSGUTIL_EXPORT RenderStage : public RenderBin /** search through any pre and post RenderStage that reference a Camera, and take a reference to each of these cameras to prevent them being deleted while they are still be used by the drawing thread.*/ void collateReferencesToDependentCameras(); - /** clear the refence to any any dependent cameras.*/ + /** clear the references to any dependent cameras.*/ void clearReferencesToDependentCameras(); protected: