┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/views/dolphinview.h
diff options
context:
space:
mode:
authorluz paz <[email protected]>2021-12-06 07:59:23 -0500
committerluz paz <[email protected]>2021-12-06 07:59:23 -0500
commitfde79c09cb9ae5991d6b36c7c1d125628f2c7914 (patch)
tree1efba5edbc29379fdc5a54325422a1ac53aa1eb1 /src/views/dolphinview.h
parent73e919a4f3fc429b76cc9be2e55d6a000df620e1 (diff)
Fix various typos
Found via `codespell -q 3 -S *.desktop,*.xml`
Diffstat (limited to 'src/views/dolphinview.h')
-rw-r--r--src/views/dolphinview.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/views/dolphinview.h b/src/views/dolphinview.h
index 75c9dd985..11926d558 100644
--- a/src/views/dolphinview.h
+++ b/src/views/dolphinview.h
@@ -458,7 +458,7 @@ Q_SIGNALS:
/** Is emitted if the 'grouped sorting' property has been changed. */
void groupedSortingChanged(bool groupedSorting);
- /** Is emmited in reaction to a requestStatusBarText() call.
+ /** Is emitted in reaction to a requestStatusBarText() call.
* @see requestStatusBarText() */
void statusBarTextChanged(QString statusBarText);