kio: someone's typo

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
Ivailo Monev 2022-12-13 13:32:36 +02:00
parent 45853cb67c
commit db387cd314

View file

@ -765,7 +765,7 @@ namespace KIO {
class ListJobPrivate;
/**
* A ListJob is allows you to get the get the content of a directory.
* A ListJob is allows you to get the content of a directory.
* Don't create the job directly, but use KIO::listRecursive() or
* KIO::listDir() instead.
* @see KIO::listRecursive()