Fix minor word repetition

This commit is contained in:
Yuri Chornoivan 2017-03-05 21:05:28 +02:00
parent f06bf612d7
commit 506e51d461

View file

@ -209,7 +209,7 @@ class KTreeViewSearchLineWidget : public QWidget
protected Q_SLOTS:
/**
* Creates the widgets inside of the widget. This is called from the
* constructor via a single shot timer so that it it guaranteed to run
* constructor via a single shot timer so that it is guaranteed to run
* after construction is complete. This makes it suitable for overriding in
* subclasses.
*/