[freenet-cvs] r11650 - trunk/freenet/src/freenet/node/useralerts

toad at freenetproject.org toad at freenetproject.org
Fri Feb 2 12:53:12 UTC 2007


Author: toad
Date: 2007-02-02 12:53:11 +0000 (Fri, 02 Feb 2007)
New Revision: 11650

Modified:
   trunk/freenet/src/freenet/node/useralerts/PeerManagerUserAlert.java
Log:
Spelling

Modified: trunk/freenet/src/freenet/node/useralerts/PeerManagerUserAlert.java
===================================================================
--- trunk/freenet/src/freenet/node/useralerts/PeerManagerUserAlert.java	2007-02-02 11:43:52 UTC (rev 11649)
+++ trunk/freenet/src/freenet/node/useralerts/PeerManagerUserAlert.java	2007-02-02 12:53:11 UTC (rev 11650)
@@ -129,7 +129,7 @@
 		"This node has to wait too long for available bandwidth ({BWLIMIT_DELAY_TIME} > "+Node.MAX_BWLIMIT_DELAY_TIME_ALERT_THRESHOLD+").  Increase your output bandwidth limit and/or remove some peers to improve the situation.";
 	
 	static final String TOO_HIGH_PING =
-		"This node is having trouble talking with it's peers quickly enough ({PING_TIME} > "+
+		"This node is having trouble talking with its peers quickly enough ({PING_TIME} > "+
 		Node.MAX_NODE_AVERAGE_PING_TIME_ALERT_THRESHOLD+").  Decrease your output bandwidth limit and/or remove some peers to improve the situation.";
 
 	static final String NEVER_CONNECTED_TWO_WEEKS =




More information about the cvs mailing list