SVN_SILENT: some krazy spelling fixes mainly in comments

svn path=/trunk/KDE/kdebase/apps/; revision=662694
This commit is contained in:
Thorsten Roeder 2007-05-08 22:05:30 +00:00
parent 53dcdd804a
commit d49c258910
4 changed files with 4 additions and 4 deletions

View 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:

View 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();

View 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.

View 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.