Misc. typos

Found via `codespell`
[skip ci]
This commit is contained in:
luz.paz
2018-05-31 12:50:40 -04:00
parent bf03c7bcb1
commit 79a4aa3ef4
4 changed files with 5 additions and 5 deletions

View File

@@ -133,7 +133,7 @@ using namespace Gui;
// corner angle
// menu actions
// size
// XYZ postion
// XYZ position
// menu feedback
// colors
// antialise cube icon
@@ -785,7 +785,7 @@ void NaviCubeImplementation::handleResize() {
}
void NaviCubeImplementation::drawNaviCube(bool pickMode) {
// initilizes stuff here when we actually have a context
// initializes stuff here when we actually have a context
// FIXME actually now that we have Qt5, we could probably do this earlier (as we do not need the opengl context)
if (!m_NaviCubeInitialised) {
QtGLWidget* gl = static_cast<QtGLWidget*>(m_View3DInventorViewer->viewport());