Author: zothar
Date: 2007-04-22 21:59:13 +0000 (Sun, 22 Apr 2007)
New Revision: 12878
Modified:
trunk/freenet/src/freenet/node/fcp/ProtocolErrorMessage.java
Log:
Fix typo in ProtocolErrorMessage
Modified: trunk/freenet/src/freenet/node/fcp/ProtocolErrorMessage.java
===================================================================
--- trunk/freenet/src/freenet/node/fcp/ProtocolErrorMessage.java
2007-04-22 21:56:44 UTC (rev 12877)
+++ trunk/freenet/src/freenet/node/fcp/ProtocolErrorMessage.java
2007-04-22 21:59:13 UTC (rev 12878)
@@ -117,7 +117,7 @@
case CANNOT_PEER_WITH_SELF:
return "Node cannot peer with itself";
case DUPLICATE_PEER_REF:
- return "Node already a peer with that ref";
+ return "Node already has a peer with that ref";
default:
Logger.error(this, "Unknown error code: "+code, new
Exception("debug"));
return "(Unknown)";