]> cloud.milkyroute.net Git - dolphin.git/commitdiff
SVN_SILENT: some krazy spelling fixes mainly in comments
authorThorsten Roeder <thorsten.roeder@weihenstephan.org>
Tue, 8 May 2007 22:05:30 +0000 (22:05 +0000)
committerThorsten Roeder <thorsten.roeder@weihenstephan.org>
Tue, 8 May 2007 22:05:30 +0000 (22:05 +0000)
svn path=/trunk/KDE/kdebase/apps/; revision=662694

src/dolphindirlister.h
src/dolphinmainwindow.h
src/dolphinview.h
src/sidebarpage.h

index 98793727ce2689762a61b6d6daf51fb3e58c5124..26eb760184e481cefc9e20560785c503d6bc9103 100644 (file)
@@ -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:
index 297408cc6024415e68aa0f25d8c3bb7460199fc4..1d7e6058d1c3e09144d940e40282d8bd13351e76 100644 (file)
@@ -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();
index 3fe29cd550624d72a9860a84b4e073b3921833cb..f23460fec2e79a9eff9f2b2357d5c5d3d3b7b0e4 100644 (file)
@@ -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.
index cf9704bca3c5e8897738eab5978b359e779a2146..019f5dc1cc9ce9003763f489817b8938ff68667d 100644 (file)
@@ -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.