From 25e6fbb2ff1c805106b2e47ba6447ea7161bce0f Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Tue, 28 Mar 2017 14:40:06 +0100 Subject: [PATCH] Fixed typo --- include/osgViewer/View | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/osgViewer/View b/include/osgViewer/View index 3e9b174bd..1f8c7e8de 100644 --- a/include/osgViewer/View +++ b/include/osgViewer/View @@ -246,7 +246,7 @@ class OSGVIEWER_EXPORT View : public osg::View, public osgGA::GUIActionAdapter const ViewConfig* getLastAppliedViewConfig() const { return _lastAppliedViewConfig.get(); } - /** deprecated, use view.apply(new osgViewer::AcrossAlScreens()). */ + /** deprecated, use view.apply(new osgViewer::AcrossAllScreens()). */ void setUpViewAcrossAllScreens(); /** deprecated, use view.apply(new osgViewer::SingleWindow(x,y,width,screenNum)). */