From: Raphael Kubo da Costa Date: Mon, 19 Oct 2009 23:32:21 +0000 (+0000) Subject: Fix some spelling mistakes in comments. X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/commitdiff_plain/5e6f3b87edbb94c084c5926452ea991565f45052 Fix some spelling mistakes in comments. svn path=/trunk/KDE/kdebase/apps/; revision=1037779 --- diff --git a/src/dolphindirlister.h b/src/dolphindirlister.h index 6723d19b6..629c335d3 100644 --- a/src/dolphindirlister.h +++ b/src/dolphindirlister.h @@ -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 { diff --git a/src/dolphinmainwindow.h b/src/dolphinmainwindow.h index dab79559b..399b6a2a3 100644 --- a/src/dolphinmainwindow.h +++ b/src/dolphinmainwindow.h @@ -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(); diff --git a/src/dolphinview.h b/src/dolphinview.h index b0d78482a..cf0f46360 100644 --- a/src/dolphinview.h +++ b/src/dolphinview.h @@ -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(); diff --git a/src/panels/information/informationpanelcontent.h b/src/panels/information/informationpanelcontent.h index b39dcc70b..63948fd4f 100644 --- a/src/panels/information/informationpanelcontent.h +++ b/src/panels/information/informationpanelcontent.h @@ -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); diff --git a/src/panels/information/metadatawidget.cpp b/src/panels/information/metadatawidget.cpp index 0c0875c4b..3329b5831 100644 --- a/src/panels/information/metadatawidget.cpp +++ b/src/panels/information/metadatawidget.cpp @@ -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 properties = file.properties(); QHash::const_iterator it = properties.constBegin(); diff --git a/src/panels/information/metadatawidget.h b/src/panels/information/metadatawidget.h index ac6e58edd..b03469014 100644 --- a/src/panels/information/metadatawidget.h +++ b/src/panels/information/metadatawidget.h @@ -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()