← Back to team overview

kicad-developers team mailing list archive

[PATCH 1/4] fix misspelled 'Toogle' -> 'Toggle'

 

From: Carsten Schoenert <c.schoenert@xxxxxxxxxxx>

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 2fc64ca9..09f966dc 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() :
-- 
2.18.0



References