diff --git a/kio/kio/jobclasses.h b/kio/kio/jobclasses.h index 52a6a6e4..9c7973b2 100644 --- a/kio/kio/jobclasses.h +++ b/kio/kio/jobclasses.h @@ -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()