[rkward-cvs] SF.net SVN: rkward:[3081] trunk/rkward/rkward/rbackend/rinterface.cpp

manchito at users.sourceforge.net manchito at users.sourceforge.net
Mon Sep 27 19:33:52 UTC 2010


Revision: 3081
          http://rkward.svn.sourceforge.net/rkward/?rev=3081&view=rev
Author:   manchito
Date:     2010-09-27 19:33:51 +0000 (Mon, 27 Sep 2010)

Log Message:
-----------
Fix typo

Modified Paths:
--------------
    trunk/rkward/rkward/rbackend/rinterface.cpp

Modified: trunk/rkward/rkward/rbackend/rinterface.cpp
===================================================================
--- trunk/rkward/rkward/rbackend/rinterface.cpp	2010-09-27 03:22:56 UTC (rev 3080)
+++ trunk/rkward/rkward/rbackend/rinterface.cpp	2010-09-27 19:33:51 UTC (rev 3081)
@@ -221,7 +221,7 @@
 			<p><b>You should quit RKWard, now, and fix your installation</b>. For help with that, see <a href=\"http://p.sf.net/rkward/compiling\">http://p.sf.net/rkward/compiling</a>.</p>\n"));
 		}
 		if (err & RThread::SinkFail) {
-			message.append (i18n ("<p>\t-There was a problem setting up the communication with R. Most likely this is due to an incorrect version of the 'rkward' R-library or failure to find that at all. This indicates a borken installation.</p>\
+			message.append (i18n ("<p>\t-There was a problem setting up the communication with R. Most likely this is due to an incorrect version of the 'rkward' R-library or failure to find that at all. This indicates a broken installation.</p>\
 			<p><b>You should quit RKWard, now, and fix your installation</b>. For help with that, see <a href=\"http://p.sf.net/rkward/compiling\">http://p.sf.net/rkward/compiling</a>.</p></p>\n"));
 		}
 		if (err & RThread::OtherFail) {


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the rkward-tracker mailing list