--- projects/cms/source/util/uk/org/iscream/cms/util/ComponentStartException.java 2000/12/12 18:53:21 1.1 +++ projects/cms/source/util/uk/org/iscream/cms/util/ComponentStartException.java 2001/01/18 01:54:57 1.2 @@ -4,11 +4,11 @@ package uk.ac.ukc.iscream.util; //---IMPORTS--- /** - * This exception is thrown when a componet fails to start. + * This exception is thrown when a component fails to start. * The failing component MUST give a failing message. * - * @author $Author: ajm $ - * @version $Id: ComponentStartException.java,v 1.1 2000/12/12 18:53:21 ajm Exp $ + * @author $Author: tdb $ + * @version $Id: ComponentStartException.java,v 1.2 2001/01/18 01:54:57 tdb Exp $ */ public class ComponentStartException extends Exception {