┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/panels/information
diff options
context:
space:
mode:
authorRaphael Kubo da Costa <[email protected]>2009-10-19 23:32:21 +0000
committerRaphael Kubo da Costa <[email protected]>2009-10-19 23:32:21 +0000
commit5e6f3b87edbb94c084c5926452ea991565f45052 (patch)
tree194fcad8df259128989eab6fad3ef45741363a31 /src/panels/information
parent3ca71b3a06c623dffdf36f9ecf7343aa144b8009 (diff)
Fix some spelling mistakes in comments.
svn path=/trunk/KDE/kdebase/apps/; revision=1037779
Diffstat (limited to 'src/panels/information')
-rw-r--r--src/panels/information/informationpanelcontent.h2
-rw-r--r--src/panels/information/metadatawidget.cpp2
-rw-r--r--src/panels/information/metadatawidget.h2
3 files changed, 3 insertions, 3 deletions
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<QUrl, Nepomuk::Variant> properties = file.properties();
QHash<QUrl, Nepomuk::Variant>::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()