From 9a13dd48af760e2c799dfab64c69457c96eee12b Mon Sep 17 00:00:00 2001 From: Carsten Schoenert Date: Sun, 8 Jul 2018 14:12:37 +0200 Subject: [PATCH] fix misspelled 'Toogle' -> 'Toggle' A small typo fixup for misspelled word Toogle. --- common/tool/common_tools.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/tool/common_tools.cpp b/common/tool/common_tools.cpp index 2fc64ca99d..09f966dc80 100644 --- a/common/tool/common_tools.cpp +++ b/common/tool/common_tools.cpp @@ -37,7 +37,7 @@ static TOOL_ACTION ACT_toggleCursor( "common.Control.toggleCursor", AS_GLOBAL, TOOL_ACTION::LegacyHotKey( HK_TOGGLE_CURSOR ), _( "Toggle Always Show Cursor" ), - _( "Toogle display of the cursor, even when not in an interactive tool" ) ); + _( "Toggle display of the cursor, even when not in an interactive tool" ) ); COMMON_TOOLS::COMMON_TOOLS() :