From ced658ce82ea0db147294bc0c31caaa40d7c7314 Mon Sep 17 00:00:00 2001 From: Maxime Gimeno Date: Tue, 4 Jul 2017 15:51:31 +0200 Subject: [PATCH] typo --- Three/include/CGAL/Three/Scene_interface.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Three/include/CGAL/Three/Scene_interface.h b/Three/include/CGAL/Three/Scene_interface.h index 8493ffa33d8..0fa89ee577d 100644 --- a/Three/include/CGAL/Three/Scene_interface.h +++ b/Three/include/CGAL/Three/Scene_interface.h @@ -144,7 +144,7 @@ public: //! Updates the information about `item` in the //! Geometric Objects list and redraws the scene. virtual void itemChanged(CGAL::Three::Scene_item* item) = 0; - //! Re computes the scnee's Bbox without recentering it. + //! Re computes the scene Bbox without recentering it. virtual void itemVisibilityChanged(CGAL::Three::Scene_item*) = 0; //! Clears the current selection then sets the selected item to the target index. //! Used to update the selection in the Geometric Objects view.