]> cloud.milkyroute.net Git - dolphin.git/commitdiff
Fix some spelling mistakes in comments.
authorRaphael Kubo da Costa <kubito@gmail.com>
Mon, 19 Oct 2009 23:32:21 +0000 (23:32 +0000)
committerRaphael Kubo da Costa <kubito@gmail.com>
Mon, 19 Oct 2009 23:32:21 +0000 (23:32 +0000)
svn path=/trunk/KDE/kdebase/apps/; revision=1037779

src/dolphindirlister.h
src/dolphinmainwindow.h
src/dolphinview.h
src/panels/information/informationpanelcontent.h
src/panels/information/metadatawidget.cpp
src/panels/information/metadatawidget.h

index 6723d19b6833cbaa37cf34773e5a9f897d0ab42e..629c335d3af81b50b2bdac3bac52e2d767f13d48 100644 (file)
@@ -24,7 +24,7 @@
 
 /**
  * @brief Extends the class KDirLister by emitting a signal when an
- *        error occured instead of showing an error dialog.
+ *        error occurred instead of showing an error dialog.
  */
 class DolphinDirLister : public KDirLister
 {
index dab79559b4b1cba74d08508e8df876523ab59fc9..399b6a2a372cdf82e4fa1776c94f99e985c565ec 100644 (file)
@@ -194,7 +194,7 @@ private slots:
 
     /**
      * Copies all selected items to the clipboard and marks
-     * the items as cutted.
+     * the items as cut.
      */
     void cut();
 
index b0d78482a2b28aa8087c4cd98a2cee8dd10f0552..cf0f4636086006bf98f873953c7b34e1cf73ef7a 100644 (file)
@@ -389,7 +389,7 @@ public slots:
 
     /**
      * Copies all selected items to the clipboard and marks
-     * the items as cutted.
+     * the items as cut.
      */
     void cutSelectedItems();
 
index b39dcc70be18815c5dec418fb2eb3f4963699d38..63948fd4f786e86a1a9ed89c2ee428ea1decf11a 100644 (file)
@@ -52,7 +52,7 @@ public:
     /**
      * Shows the meta information for the item \p item.
      * The preview of the item is generated asynchronously,
-     * the other meta informations are fetched synchronously.
+     * the other meta information are fetched synchronously.
      */
     void showItem(const KFileItem& item);
 
index 0c0875c4bf0818864584cf65a28a1160bf23d402..3329b58319e9951abbbe640d38b3c8d76e8d6f13 100644 (file)
@@ -514,7 +514,7 @@ void MetaDataWidget::Private::LoadFilesThread::run()
         }
 
         if (first && (urls.count() == 1)) {
-            // TODO: show shared meta informations instead
+            // TODO: show shared meta information instead
             // of not showing anything on multiple selections
             QHash<QUrl, Nepomuk::Variant> properties = file.properties();
             QHash<QUrl, Nepomuk::Variant>::const_iterator it = properties.constBegin();
index ac6e58edda41296c12a515cf21be66e00a70a6ab..b03469014db4d9a17446c323285741421aeb37d8 100644 (file)
@@ -56,7 +56,7 @@ class MetaDataWidget : public QWidget
 
 public:
     /**
-     * Allows to specifiy which general data should be hidden
+     * Allows to specify which general data should be hidden
      * by the meta data widget.
      * @see MetaDataWidget::setHiddenData()
      * @see MetaDataWidget::hiddenData()