--- CheckBox.orig 2003-12-12 09:39:28.000000000 +0000 +++ CheckBox.orig 2003-12-12 23:09:58.000000000 +0000 @@ -3,7 +3,7 @@ * * The Apache Software License, Version 1.1 * - * Copyright (c) 1999 The Apache Software Foundation. All rights + * Copyright (c) 1999 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without @@ -11,7 +11,7 @@ * are met: * * 1. Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. + * notice, this list of conditions and the following disclaimer. * * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in @@ -19,15 +19,15 @@ * distribution. * * 3. The end-user documentation included with the redistribution, if - * any, must include the following acknowlegement: - * "This product includes software developed by the + * any, must include the following acknowlegement: + * "This product includes software developed by the * Apache Software Foundation (http://www.apache.org/)." * Alternately, this acknowlegement may appear in the software itself, * if and wherever such third-party acknowlegements normally appear. * * 4. The names "The Jakarta Project", "Tomcat", and "Apache Software * Foundation" must not be used to endorse or promote products derived - * from this software without prior written permission. For written + * from this software without prior written permission. For written * permission, please contact apache@apache.org. * * 5. Products derived from this software may not be called "Apache" @@ -53,7 +53,7 @@ * information on the Apache Software Foundation, please see * . * - */ + */ package org.apache.taglibs.input; import java.util.*; @@ -63,7 +63,7 @@ /** * - * This class implements the <input:checkbox> tag, which presents an + * This class implements the <input:checkbox> tag, which presents an * <input type="checkbox" ... /> form element. * * @version 0.90 @@ -133,7 +133,7 @@ * selections. (No need for a hash table as in