From e200e46f3c9846dfc58a67225ba072506404b215 Mon Sep 17 00:00:00 2001 From: Rexbas Date: Sun, 7 May 2023 09:57:09 +0200 Subject: [PATCH] Fix typo --- src/Gui/NaviCube.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Gui/NaviCube.cpp b/src/Gui/NaviCube.cpp index fe728628856a..21558d078a1a 100644 --- a/src/Gui/NaviCube.cpp +++ b/src/Gui/NaviCube.cpp @@ -944,7 +944,7 @@ SbRotation NaviCubeImplementation::getNearestOrientation(PickId pickId) { SbRotation rotation = intermediateOrientation.inverse() * standardOrientation; rotation.getValue(axis, angle); - // f is a small value used to control orientation priority when the camera is almost excactly between two + // f is a small value used to control orientation priority when the camera is almost exactly between two // orientations (e.g. +45 and -45 degrees). The standard orientation is preferred compared to // +90 and -90 degree orientations and the +90 and -90 degree orientations are preferred compared to an // upside down standard orientation