From 5810d2ba18de057de7b6d801b07dad59ce066e11 Mon Sep 17 00:00:00 2001 From: Robin Stevens Date: Tue, 23 Jan 2018 10:20:49 +0100 Subject: [PATCH] Typo in comment --- include/osg/Drawable | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/osg/Drawable b/include/osg/Drawable index c223ce254..5f0d51698 100644 --- a/include/osg/Drawable +++ b/include/osg/Drawable @@ -108,7 +108,7 @@ class OSG_EXPORT Drawable : public Node virtual void computeDataVariance(); /** Get the list of matrices that transform this node from local coordinates to world coordinates. - * The optional Node* haltTraversalAtNode allows the user to prevent traversal beyond a specifed node. */ + * The optional Node* haltTraversalAtNode allows the user to prevent traversal beyond a specified node. */ MatrixList getWorldMatrices(const osg::Node* haltTraversalAtNode=0) const;