diff --git a/src/Gui/NaviCube.cpp b/src/Gui/NaviCube.cpp index 493edbf36a..625856719b 100644 --- a/src/Gui/NaviCube.cpp +++ b/src/Gui/NaviCube.cpp @@ -1196,7 +1196,7 @@ bool NaviCubeImplementation::mouseReleased(short x, short y) { setHilite(0); m_MouseDown = false; - // get the curent view + // get the current view SbMatrix ViewRotMatrix; SbRotation CurrentViewRot = m_View3DInventorViewer->getCameraOrientation(); CurrentViewRot.getValue(ViewRotMatrix);