--- projects/cms/source/host/java/Config.java 2000/12/07 23:18:28 1.5 +++ projects/cms/source/host/java/Config.java 2001/01/22 04:08:36 1.6 @@ -12,7 +12,7 @@ import java.io.*; * configuration * * @author $Author: tdb $ - * @version $Id: Config.java,v 1.5 2000/12/07 23:18:28 tdb Exp $ + * @version $Id: Config.java,v 1.6 2001/01/22 04:08:36 tdb Exp $ */ class Config { @@ -62,7 +62,7 @@ class Config { //---PUBLIC METHODS--- public InetAddress getFilterName(){ - // will return the most recient IP address (if it is dynamic for whatever reason + // will return the most recent IP address (if it is dynamic for whatever reason) try { return InetAddress.getByName(filterName); } @@ -76,7 +76,7 @@ class Config { /** * Used to retrieve the port to send UDP packets to on the filter * - * @return an integer corrisponding to the UDP port of the filter + * @return an integer corresponding to the UDP port of the filter */ public int getFilterUDPPort(){ @@ -86,7 +86,7 @@ class Config { /** * Used to retrieve the port to send TCP heartbeats to on the filter * - * @return an integer corrisponding to the TCP of the filter + * @return an integer corresponding to the TCP of the filter */ public int getFilterTCPPort(){