From 2e1ad2c2adc1049fb3f71032feb2e2c83fa2bfc7 Mon Sep 17 00:00:00 2001 From: luzpaz Date: Sun, 5 Feb 2023 22:00:52 +0000 Subject: [PATCH] Gui: [skip ci] fix typo --- src/Gui/Command.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Gui/Command.cpp b/src/Gui/Command.cpp index 535c8b190b..b83f47edd5 100644 --- a/src/Gui/Command.cpp +++ b/src/Gui/Command.cpp @@ -163,7 +163,7 @@ CommandBase::~CommandBase() //command manager hence before any command object. So the action pointer is a dangling pointer //at this state. - // Command can be destroyed before the the MainWindow, for example, dynamic + // Command can be destroyed before the MainWindow, for example, dynamic // command created (and later deleted) by user for a pie menu. if (getMainWindow()) delete _pcAction;