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)). */