Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Rexbas authored and wwmayer committed May 9, 2023
1 parent 9415c80 commit 530dd7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Gui/NaviCube.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 530dd7c

Please sign in to comment.