From kde-commits Mon Apr 21 13:35:43 2008 From: Jaroslaw Staniek Date: Mon, 21 Apr 2008 13:35:43 +0000 To: kde-commits Subject: KDE/kdelibs/kdecore/io (silent) Message-Id: <1208784943.326695.31086.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=120878495030077 SVN commit 799402 by staniek: SVN_SILENT typos M +2 -2 kurl.h --- trunk/KDE/kdelibs/kdecore/io/kurl.h #799401:799402 @@ -214,14 +214,14 @@ /** * Constructor taking a char * @p urlOrPath, which is an _encoded_ representation * of the URL, exactly like the usual constructor. This is useful when - * then URL, in its encoded form, is strictly ascii. + * the URL, in its encoded form, is strictly ascii. * @param urlOrPath An encoded URL, or a path. */ explicit KUrl( const char * urlOrPath ); /** * Constructor taking a QByteArray @p urlOrPath, which is an _encoded_ representation * of the URL, exactly like the usual constructor. This is useful when - * then URL, in its encoded form, is strictly ascii. + * the URL, in its encoded form, is strictly ascii. * @param urlOrPath An encoded URL, or a path. */ explicit KUrl( const QByteArray& urlOrPath );