From: Yuri Chornoivan Date: Mon, 24 Jun 2019 05:40:39 +0000 (+0300) Subject: Fix minor typos X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/commitdiff_plain/8a942bb3d32784f37eabb75aceb58c8b965c77b0?hp=bd788a3ff425992b87a5c5b86abc6c324a73784a Fix minor typos --- diff --git a/src/dolphinmainwindow.cpp b/src/dolphinmainwindow.cpp index ae139d363..1eed8c826 100644 --- a/src/dolphinmainwindow.cpp +++ b/src/dolphinmainwindow.cpp @@ -1708,7 +1708,7 @@ void DolphinMainWindow::updateGoActions() // directory might seem too much here but it is the question that // naturally arises in this context. goUpAction->setWhatsThis(xi18nc("@info:whatsthis", "Go to " - "the folder that contains the currenty viewed one." + "the folder that contains the currently viewed one." "All files and folders are organized in a hierarchical " "file system. At the top of this hierarchy is " "a directory that contains all data connected to this computer" diff --git a/src/kitemviews/kitemlistview.h b/src/kitemviews/kitemlistview.h index 3a4a469bb..9349e5003 100644 --- a/src/kitemviews/kitemlistview.h +++ b/src/kitemviews/kitemlistview.h @@ -229,7 +229,7 @@ public: /** * @return The context rectangle of the item relative to the top/left of * the currently visible area (see KItemListView::offset()). The - * context rectangle is defined by by the united rectangle of + * context rectangle is defined by the united rectangle of * the icon rectangle and the text rectangle (see KItemListWidget::iconRect() * and KItemListWidget::textRect()) and is useful as reference for e.g. aligning * a tooltip or a context-menu for an item. Note that a context rectangle will