┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArto Hytönen <[email protected]>2007-09-01 08:00:48 +0000
committerArto Hytönen <[email protected]>2007-09-01 08:00:48 +0000
commitf057d8115b309ed25f6e5b8fdcb010a0cf8cfabb (patch)
tree2e2c008d08a676cde98f384917db147592e14a2f
parent0e7f6951c49b5bcee25ac7d938570fe4bfd0cf26 (diff)
SVN_SILENT typos--
svn path=/trunk/KDE/kdebase/apps/; revision=707204
-rw-r--r--src/dolphinmainwindow.h2
-rw-r--r--src/dolphinview.h2
-rw-r--r--src/statusbarspaceinfo.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/dolphinmainwindow.h b/src/dolphinmainwindow.h
index 8c79200fa..81b8f02c1 100644
--- a/src/dolphinmainwindow.h
+++ b/src/dolphinmainwindow.h
@@ -81,7 +81,7 @@ public:
void rename(const KUrl& oldUrl, const KUrl& newUrl);
/**
- * Refreshs the views of the main window by recreating them dependent from
+ * Refreshes the views of the main window by recreating them dependent from
* the given Dolphin settings.
*/
void refreshViews();
diff --git a/src/dolphinview.h b/src/dolphinview.h
index aae342574..fa47ba8a5 100644
--- a/src/dolphinview.h
+++ b/src/dolphinview.h
@@ -288,7 +288,7 @@ public:
void reload();
/**
- * Refreshs the view to get synchronized with the (updated) Dolphin settings.
+ * Refreshes the view to get synchronized with the (updated) Dolphin settings.
* This method only needs to get invoked if the view settings for the Icons View,
* Details View or Columns View have been changed.
*/
diff --git a/src/statusbarspaceinfo.h b/src/statusbarspaceinfo.h
index 5a11c0005..e90c8f43b 100644
--- a/src/statusbarspaceinfo.h
+++ b/src/statusbarspaceinfo.h
@@ -57,7 +57,7 @@ private slots:
quint64 kBAvailable);
void showResult();
- /** Refreshs the space information for the current set URL. */
+ /** Refreshes the space information for the current set URL. */
void refresh();
private: