From 5cda5dd2aa981ae36d05e461b498d895deb1fe1f Mon Sep 17 00:00:00 2001 From: 0penBrain <48731257+0penBrain@users.noreply.github.com> Date: Thu, 20 Jan 2022 14:24:54 +0100 Subject: [PATCH] Typo --- src/Gui/Widgets.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Gui/Widgets.h b/src/Gui/Widgets.h index fb4affb45e..06790174df 100644 --- a/src/Gui/Widgets.h +++ b/src/Gui/Widgets.h @@ -129,7 +129,7 @@ private: // ------------------------------------------------------------------------------ /** - * The AccelLineEdit class provides a lineedit to specfify shortcuts. + * The AccelLineEdit class provides a lineedit to specify shortcuts. * \author Werner Mayer */ class GuiExport AccelLineEdit : public QLineEdit