diff options
| author | luz paz <[email protected]> | 2021-12-06 07:59:23 -0500 |
|---|---|---|
| committer | luz paz <[email protected]> | 2021-12-06 07:59:23 -0500 |
| commit | fde79c09cb9ae5991d6b36c7c1d125628f2c7914 (patch) | |
| tree | 1efba5edbc29379fdc5a54325422a1ac53aa1eb1 /src/dolphinnavigatorswidgetaction.h | |
| parent | 73e919a4f3fc429b76cc9be2e55d6a000df620e1 (diff) | |
Fix various typos
Found via `codespell -q 3 -S *.desktop,*.xml`
Diffstat (limited to 'src/dolphinnavigatorswidgetaction.h')
| -rw-r--r-- | src/dolphinnavigatorswidgetaction.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dolphinnavigatorswidgetaction.h b/src/dolphinnavigatorswidgetaction.h index 3f50728e9..d33482201 100644 --- a/src/dolphinnavigatorswidgetaction.h +++ b/src/dolphinnavigatorswidgetaction.h @@ -57,7 +57,7 @@ public: * This method should preferably only be called when: * - Split view is activated in the active tab * OR - * - A switch to a tab that is already in split view mode is occuring + * - A switch to a tab that is already in split view mode is occurring */ void createSecondaryUrlNavigator(); @@ -92,7 +92,7 @@ protected: * this method always returns the same widget and reparents it. * You normally don't have to use this method directly because * QWidgetAction::requestWidget() is used to obtain the navigatorsWidget - * and to steal it from whereever it was prior. + * and to steal it from wherever it was prior. * @param parent the new parent of the navigatorsWidget. */ QWidget *createWidget(QWidget *parent) override; |
