Author: Jogy
Date: 2006-08-21 20:11:11 +0000 (Mon, 21 Aug 2006)
New Revision: 10232

Modified:
   trunk/freenet/src/freenet/node/fcp/FCPServer.java
Log:
only a textual change: that's "IP" not "Ip"

Modified: trunk/freenet/src/freenet/node/fcp/FCPServer.java
===================================================================
--- trunk/freenet/src/freenet/node/fcp/FCPServer.java   2006-08-21 20:09:39 UTC 
(rev 10231)
+++ trunk/freenet/src/freenet/node/fcp/FCPServer.java   2006-08-21 20:11:11 UTC 
(rev 10232)
@@ -296,7 +296,7 @@
                fcpConfig.register("enabled", true, 2, true, "Is FCP server 
enabled ?", "Is FCP server enabled ?", new FCPEnabledCallback(core));
                fcpConfig.register("port", FCPServer.DEFAULT_FCP_PORT /* 
anagram of 1984, and 1000 up from old number */,
                                2, true, "FCP port number", "FCP port number", 
new FCPPortNumberCallback(core));
-               fcpConfig.register("bindTo", "127.0.0.1", 2, true, "Ip address 
to bind to", "Ip address to bind the FCP server to", new 
FCPBindtoCallback(core));
+               fcpConfig.register("bindTo", "127.0.0.1", 2, true, "IP address 
to bind to", "IP address to bind the FCP server to", new 
FCPBindtoCallback(core));
                fcpConfig.register("allowedHosts", "127.0.0.1", 2, true, 
"Allowed hosts", "Hostnames or IP addresses that are allowed to connect to the 
FCP server. May be a comma-separated list of hostnames, single IPs and even 
CIDR masked IPs like 192.168.0.0/24", new FCPAllowedHostsCallback(core));
                PersistentDownloadsEnabledCallback cb1;
                PersistentDownloadsFileCallback cb2;


Reply via email to