diff options
| author | Kunda Ki <[email protected]> | 2025-09-03 12:04:13 +0000 |
|---|---|---|
| committer | Kunda Ki <[email protected]> | 2025-09-03 12:04:13 +0000 |
| commit | 479ce3a1641398a8506812300834666614013850 (patch) | |
| tree | e137016cebe538153d07b010f350842d6c3a6f25 /src/search/widgetmenu.h | |
| parent | 93dd0db2eeb1fc41013e87e73f7fbd1956f26cd6 (diff) | |
Fix several user-facing and non-user-facing typos
Found via `codespell -S "*.desktop,*.po,*.svg,*.xml,./po" -L aparent,childs,goup,lokal`
Diffstat (limited to 'src/search/widgetmenu.h')
| -rw-r--r-- | src/search/widgetmenu.h | 4 |
1 files changed, 2 insertions, 2 deletions
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; }; |
