diff --git a/kdecore/io/kdirwatch.h b/kdecore/io/kdirwatch.h index 56f6e941..1aefcc7e 100644 --- a/kdecore/io/kdirwatch.h +++ b/kdecore/io/kdirwatch.h @@ -42,9 +42,10 @@ class KDirWatchPrivate; * signal deleted(). The directory is still watched for new * creation. * - * Both created() and deleted() and for kep for compatibility and you - * should not rely on them. Instead you can use KDirNotify or - * KDirLister which provide a lot more functionality than KDirWatch. + * Both created() and deleted() are kept for compatibility and you + * should not rely on them as they are used as proxy for other + * classes. Instead you can use KDirNotify or KDirLister which + * provide a lot more functionality than KDirWatch. * * When a watched file is changed, i.e. attributes changed or written * to, KDirWatch will emit the signal dirty().