┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/views
diff options
context:
space:
mode:
Diffstat (limited to 'src/views')
-rw-r--r--src/views/dolphinview.h2
-rw-r--r--src/views/dolphinviewactionhandler.h2
-rw-r--r--src/views/versioncontrol/kversioncontrolplugin.h2
-rw-r--r--src/views/viewproperties.cpp2
4 files changed, 4 insertions, 4 deletions
diff --git a/src/views/dolphinview.h b/src/views/dolphinview.h
index ea1b9c007..a618b2ce3 100644
--- a/src/views/dolphinview.h
+++ b/src/views/dolphinview.h
@@ -646,7 +646,7 @@ private slots:
/**
* Invoked when the file item model indicates that the loading of a directory has
- * been completed. Assures that pasted items and renamed items get seleced.
+ * been completed. Assures that pasted items and renamed items get selected.
*/
void slotDirectoryLoadingCompleted();
diff --git a/src/views/dolphinviewactionhandler.h b/src/views/dolphinviewactionhandler.h
index fa0487e1b..537adb4da 100644
--- a/src/views/dolphinviewactionhandler.h
+++ b/src/views/dolphinviewactionhandler.h
@@ -84,7 +84,7 @@ public Q_SLOTS:
Q_SIGNALS:
/**
* Emitted by DolphinViewActionHandler when the user triggered an action.
- * This is only used for clearining the statusbar in DolphinMainWindow.
+ * This is only used for clearing the statusbar in DolphinMainWindow.
*/
void actionBeingHandled();
diff --git a/src/views/versioncontrol/kversioncontrolplugin.h b/src/views/versioncontrol/kversioncontrolplugin.h
index d59da515b..287974534 100644
--- a/src/views/versioncontrol/kversioncontrolplugin.h
+++ b/src/views/versioncontrol/kversioncontrolplugin.h
@@ -137,7 +137,7 @@ public:
*/
IgnoredVersion,
/**
- * The file is is tracked by the version control system, but
+ * The file is tracked by the version control system, but
* is missing in the directory (e.g. by deleted without using
* a version control command).
* @since 4.8
diff --git a/src/views/viewproperties.cpp b/src/views/viewproperties.cpp
index d7c6abd65..e056e25e3 100644
--- a/src/views/viewproperties.cpp
+++ b/src/views/viewproperties.cpp
@@ -283,7 +283,7 @@ QList<QByteArray> ViewProperties::visibleRoles() const
//
// For the details-view a special case must be respected: Per default the size
// and date should be shown without creating a .directory file. Only if
- // the user explictly has modified the properties of the details view (marked
+ // the user explicitly has modified the properties of the details view (marked
// by "CustomizedDetails"), also a details-view with no additional information
// is accepted.