From: Thorsten Roeder Date: Tue, 8 May 2007 22:05:30 +0000 (+0000) Subject: SVN_SILENT: some krazy spelling fixes mainly in comments X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/commitdiff_plain/d49c258910739bcd4e96d3e48701c97d604ddc04 SVN_SILENT: some krazy spelling fixes mainly in comments svn path=/trunk/KDE/kdebase/apps/; revision=662694 --- diff --git a/src/dolphindirlister.h b/src/dolphindirlister.h index 98793727c..26eb76018 100644 --- a/src/dolphindirlister.h +++ b/src/dolphindirlister.h @@ -38,7 +38,7 @@ public: virtual ~DolphinDirLister(); signals: - /** Is emitted whenever an error has occured. */ + /** Is emitted whenever an error has occurred. */ void errorMessage(const QString& msg); protected: diff --git a/src/dolphinmainwindow.h b/src/dolphinmainwindow.h index 297408cc6..1d7e6058d 100644 --- a/src/dolphinmainwindow.h +++ b/src/dolphinmainwindow.h @@ -178,7 +178,7 @@ private slots: /** * Opens the properties window for the selected items of the - * active view. The properties windows shows informations + * active view. The properties windows shows information * like name, size and permissions. */ void properties(); diff --git a/src/dolphinview.h b/src/dolphinview.h index 3fe29cd55..f23460fec 100644 --- a/src/dolphinview.h +++ b/src/dolphinview.h @@ -371,7 +371,7 @@ public slots: void requestActivation(); /** - * Request of a selection change. The view will do its best to accomodate + * Request of a selection change. The view will do its best to accommodate * the request, but it is not guaranteed that all items in \a selection * will actually get selected. The view will e.g. not select items which * are not in the currently displayed folder. diff --git a/src/sidebarpage.h b/src/sidebarpage.h index cf9704bca..019f5dc1c 100644 --- a/src/sidebarpage.h +++ b/src/sidebarpage.h @@ -56,7 +56,7 @@ public slots: signals: /** - * This signal is emited when the sidebar requests an URL-change in the + * This signal is emitted when the sidebar requests an URL-change in the * currently active file-management view. The view is not requested to * accept this change, if it is accepted the sidebar will be informed via * the setUrl() slot.