From 479ce3a1641398a8506812300834666614013850 Mon Sep 17 00:00:00 2001 From: Kunda Ki Date: Wed, 3 Sep 2025 12:04:13 +0000 Subject: Fix several user-facing and non-user-facing typos Found via `codespell -S "*.desktop,*.po,*.svg,*.xml,./po" -L aparent,childs,goup,lokal` --- src/search/widgetmenu.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/search/widgetmenu.h') diff --git a/src/search/widgetmenu.h b/src/search/widgetmenu.h index def75354f..91680d983 100644 --- a/src/search/widgetmenu.h +++ b/src/search/widgetmenu.h @@ -40,7 +40,7 @@ protected: void mouseReleaseEvent(QMouseEvent *event) override; /** - * This unfortuantely needs to be explicitly called to resize the WidgetMenu because the size of a QMenu will not automatically change to fit the QWidgets + * This unfortunately needs to be explicitly called to resize the WidgetMenu because the size of a QMenu will not automatically change to fit the QWidgets * within. */ void resizeToFitContents(); @@ -53,7 +53,7 @@ protected: private: /** * @return the widget which is contained in this WidgetMenu. This method is at most called once per WidgetMenu object when the WidgetMenu is about to be - * shown for the first time. The ownership of the widget will be transfered to an internal QWidgetAction. + * shown for the first time. The ownership of the widget will be transferred to an internal QWidgetAction. */ virtual QWidget *init() = 0; }; -- cgit v1.3.1