From 77d3c195734b44ded6a419e94dedfec7b3e80f76 Mon Sep 17 00:00:00 2001 From: wmayer Date: Tue, 8 Oct 2019 10:36:19 +0200 Subject: [PATCH] fix typo --- src/Gui/Command.h | 2 +- src/Gui/CommandView.cpp | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/src/Gui/Command.h b/src/Gui/Command.h index 2cc1bbe618..d26c90b0e0 100644 --- a/src/Gui/Command.h +++ b/src/Gui/Command.h @@ -46,7 +46,7 @@ * @endcode * * Translates to command (assuming doc's name is 'DocName', and - * and objName constains value 'ObjName'): + * and objName contains value 'ObjName'): * @code{.py} * Gui.getDocument('DocName').getObject('ObjName') * @endcode diff --git a/src/Gui/CommandView.cpp b/src/Gui/CommandView.cpp index ba64206fe3..5138bd27cc 100644 --- a/src/Gui/CommandView.cpp +++ b/src/Gui/CommandView.cpp @@ -3122,8 +3122,6 @@ StdCmdSelForward::StdCmdSelForward() sPixmap = "sel-forward"; sAccel = "S, F"; eType = AlterSelection; - - } void StdCmdSelForward::activated(int iMsg)