From kde-commits Fri Jul 10 15:13:47 2009 From: =?utf-8?q?Burkhard=20L=C3=BCck?= Date: Fri, 10 Jul 2009 15:13:47 +0000 To: kde-commits Subject: KDE/kdenetwork/kppp Message-Id: <1247238827.383540.16826.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=124723883817289 SVN commit 994427 by lueck: typo fix M +1 -1 ppplog.cpp --- trunk/KDE/kdenetwork/kppp/ppplog.cpp #994426:994427 @@ -172,7 +172,7 @@ if(!str.isEmpty()) { msg = i18n("Notice that the remote system has sent the following" " message:\n\"%1\"\nThis may give you a hint why the" - " the connection has failed.", str); + " connection has failed.", str); result.append(msg); } }