From 530dd7c219b7923c6e1c0de7850dfd57e9be8246 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 31a44b19df..41f6a2efc2 100644 --- a/src/Gui/NaviCube.cpp +++ b/src/Gui/NaviCube.cpp @@ -953,7 +953,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