/**
* @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
{
/**
* Copies all selected items to the clipboard and marks
- * the items as cutted.
+ * the items as cut.
*/
void cut();
/**
* Copies all selected items to the clipboard and marks
- * the items as cutted.
+ * the items as cut.
*/
void cutSelectedItems();
/**
* 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);
}
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();
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()