Thanks, here is the next set. src/main/org/apache/tools/ant/util/UnPackageNameMapper.java still has messed up line endings.
-- Larry > -----Original Message----- > From: peter reilly [mailto:[EMAIL PROTECTED] > Sent: Tuesday, September 16, 2003 2:11 AM > To: Ant Developers List > Subject: Re: [PATCH] Next round of typo fixes > > > Committed, > > Peter.
Index: src/main/org/apache/tools/ant/taskdefs/condition/FilesMatch.java =================================================================== RCS file: /home/cvspublic/ant/src/main/org/apache/tools/ant/taskdefs/condition/FilesMatch.java,v retrieving revision 1.11 diff -u -r1.11 FilesMatch.java --- src/main/org/apache/tools/ant/taskdefs/condition/FilesMatch.java 6 Jul 2003 09:03:17 -0000 1.11 +++ src/main/org/apache/tools/ant/taskdefs/condition/FilesMatch.java 16 Sep 2003 18:03:25 -0000 @@ -1,7 +1,7 @@ /* * The Apache Software License, Version 1.1 * - * Copyright (c) 2002 The Apache Software Foundation. All rights + * Copyright (c) 2002-2003 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without @@ -60,7 +60,7 @@ /** * Compares two files for bitwise equality based on size and - * content. Timestamps are not looked at at all. + * content. Timestamps are not looked at all. * * @author Steve Loughran * @version $Revision: 1.11 $ @@ -99,7 +99,7 @@ } /** - * comparision method of the interface + * comparison method of the interface * * @return true if the files are equal * @exception BuildException if it all went pear-shaped Index: src/main/org/apache/tools/ant/taskdefs/cvslib/ChangeLogParser.java =================================================================== RCS file: /home/cvspublic/ant/src/main/org/apache/tools/ant/taskdefs/cvslib/ChangeLogParser.java,v retrieving revision 1.21 diff -u -r1.21 ChangeLogParser.java --- src/main/org/apache/tools/ant/taskdefs/cvslib/ChangeLogParser.java 14 Aug 2003 07:04:40 -0000 1.21 +++ src/main/org/apache/tools/ant/taskdefs/cvslib/ChangeLogParser.java 16 Sep 2003 18:03:25 -0000 @@ -97,9 +97,9 @@ private final Hashtable m_entries = new Hashtable(); /** - * Get a list of rcs entrys as an array. + * Get a list of rcs entries as an array. * - * @return a list of rcs entrys as an array + * @return a list of rcs entries as an array */ CVSEntry[] getEntrySetAsArray() { final CVSEntry[] array = new CVSEntry[ m_entries.size() ]; Index: src/main/org/apache/tools/ant/taskdefs/cvslib/ChangeLogTask.java =================================================================== RCS file: /home/cvspublic/ant/src/main/org/apache/tools/ant/taskdefs/cvslib/ChangeLogTask.java,v retrieving revision 1.24 diff -u -r1.24 ChangeLogTask.java --- src/main/org/apache/tools/ant/taskdefs/cvslib/ChangeLogTask.java 25 Jul 2003 12:14:42 -0000 1.24 +++ src/main/org/apache/tools/ant/taskdefs/cvslib/ChangeLogTask.java 16 Sep 2003 18:03:25 -0000 @@ -117,14 +117,14 @@ /** Output file */ private File m_destfile; - /** The earliest date at which to start processing entrys. */ + /** The earliest date at which to start processing entries. */ private Date m_start; - /** The latest date at which to stop processing entrys. */ + /** The latest date at which to stop processing entries. */ private Date m_stop; /** - * Filesets containting list of files against which the cvs log will be + * Filesets containing list of files against which the cvs log will be * performed. If empty then all files will in the working directory will * be checked. */ @@ -359,7 +359,7 @@ } /** - * Filter the specified entrys accoridn to an appropriate rule. + * Filter the specified entries according to an appropriate rule. * * @param entrySet the entry set to filter * @return the filtered entry set @@ -406,7 +406,7 @@ * Print changelog to file specified in task. * * @param entrySet the entry set to write. - * @throws BuildException if theres an error writing changelog. + * @throws BuildException if there is an error writing changelog. */ private void writeChangeLog(final CVSEntry[] entrySet) throws BuildException { Index: src/main/org/apache/tools/ant/taskdefs/cvslib/ChangeLogWriter.java =================================================================== RCS file: /home/cvspublic/ant/src/main/org/apache/tools/ant/taskdefs/cvslib/ChangeLogWriter.java,v retrieving revision 1.9 diff -u -r1.9 ChangeLogWriter.java --- src/main/org/apache/tools/ant/taskdefs/cvslib/ChangeLogWriter.java 19 Jul 2003 08:11:02 -0000 1.9 +++ src/main/org/apache/tools/ant/taskdefs/cvslib/ChangeLogWriter.java 16 Sep 2003 18:03:25 -0000 @@ -1,7 +1,7 @@ /* * The Apache Software License, Version 1.1 * - * Copyright (c) 2002 The Apache Software Foundation. All rights + * Copyright (c) 2002-2003 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without @@ -65,10 +65,10 @@ * @version $Revision: 1.9 $ $Date: 2003/07/19 08:11:02 $ */ class ChangeLogWriter { - /** output format for dates writtn to xml file */ + /** output format for dates written to xml file */ private static final SimpleDateFormat c_outputDate = new SimpleDateFormat("yyyy-MM-dd"); - /** output format for times writtn to xml file */ + /** output format for times written to xml file */ private static final SimpleDateFormat c_outputTime = new SimpleDateFormat("HH:mm"); @@ -79,7 +79,7 @@ } /** - * Print out the specifed entrys. + * Print out the specified entries. * * @param output writer to which to send output. * @param entries the entries to be written. Index: src/main/org/apache/tools/ant/taskdefs/cvslib/CvsUser.java =================================================================== RCS file: /home/cvspublic/ant/src/main/org/apache/tools/ant/taskdefs/cvslib/CvsUser.java,v retrieving revision 1.4 diff -u -r1.4 CvsUser.java --- src/main/org/apache/tools/ant/taskdefs/cvslib/CvsUser.java 19 Jul 2003 08:11:02 -0000 1.4 +++ src/main/org/apache/tools/ant/taskdefs/cvslib/CvsUser.java 16 Sep 2003 18:03:25 -0000 @@ -1,7 +1,7 @@ /* * The Apache Software License, Version 1.1 * - * Copyright (c) 2002 The Apache Software Foundation. All rights + * Copyright (c) 2002-2003 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without @@ -102,7 +102,7 @@ /** * Get the user's full name * - * @return the usre's full name + * @return the user's full name */ String getDisplayname() { return m_displayName; @@ -110,7 +110,7 @@ /** - * validate that this objetc is configured. + * validate that this object is configured. * * @exception BuildException if the instance has not be correctly * configured. Index: src/main/org/apache/tools/ant/taskdefs/cvslib/RCSFile.java =================================================================== RCS file: /home/cvspublic/ant/src/main/org/apache/tools/ant/taskdefs/cvslib/RCSFile.java,v retrieving revision 1.4 diff -u -r1.4 RCSFile.java --- src/main/org/apache/tools/ant/taskdefs/cvslib/RCSFile.java 10 Feb 2003 14:13:43 -0000 1.4 +++ src/main/org/apache/tools/ant/taskdefs/cvslib/RCSFile.java 16 Sep 2003 18:03:25 -0000 @@ -1,7 +1,7 @@ /* * The Apache Software License, Version 1.1 * - * Copyright (c) 2002 The Apache Software Foundation. All rights + * Copyright (c) 2002-2003 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without @@ -54,7 +54,7 @@ package org.apache.tools.ant.taskdefs.cvslib; /** - * Represents a RCS File cheange. + * Represents a RCS File change. * * @author <a href="mailto:[EMAIL PROTECTED]">Peter Donald</a> * @author <a href="mailto:[EMAIL PROTECTED]">Jeff Martin</a> Index: src/main/org/apache/tools/ant/taskdefs/email/EmailTask.java =================================================================== RCS file: /home/cvspublic/ant/src/main/org/apache/tools/ant/taskdefs/email/EmailTask.java,v retrieving revision 1.23 diff -u -r1.23 EmailTask.java --- src/main/org/apache/tools/ant/taskdefs/email/EmailTask.java 24 Jul 2003 14:20:56 -0000 1.23 +++ src/main/org/apache/tools/ant/taskdefs/email/EmailTask.java 16 Sep 2003 18:03:25 -0000 @@ -254,7 +254,7 @@ /** - * Add a message elemnt + * Add a message element * * @param message The message object * @throws BuildException if a message has already been added Index: src/main/org/apache/tools/ant/taskdefs/email/MimeMailer.java =================================================================== RCS file: /home/cvspublic/ant/src/main/org/apache/tools/ant/taskdefs/email/MimeMailer.java,v retrieving revision 1.13 diff -u -r1.13 MimeMailer.java --- src/main/org/apache/tools/ant/taskdefs/email/MimeMailer.java 14 Jul 2003 10:28:41 -0000 1.13 +++ src/main/org/apache/tools/ant/taskdefs/email/MimeMailer.java 16 Sep 2003 18:03:26 -0000 @@ -98,7 +98,7 @@ private static final String DEFAULT_CHARSET = System.getProperty("file.encoding"); - // To work poperly with national charsets we have to use + // To work properly with national charsets we have to use // implementation of interface javax.activation.DataSource /** * @since Ant 1.6 @@ -160,8 +160,8 @@ props.put("mail.smtp.host", host); props.put("mail.smtp.port", String.valueOf(port)); - // Aside, the JDK is clearly unaware of the scottish - // 'session', which //involves excessive quantities of + // Aside, the JDK is clearly unaware of the Scottish + // 'session', which involves excessive quantities of // alcohol :-) Session sesh; Authenticator auth; @@ -214,7 +214,7 @@ // Assign/reassign message charset from MimeType message.setCharset(charset); } else { - // Next: looking if charset having explict definition + // Next: looking if charset having explicit definition charset = message.getCharset(); if (charset == null) { // Using default Index: src/main/org/apache/tools/ant/taskdefs/optional/IContract.java =================================================================== RCS file: /home/cvspublic/ant/src/main/org/apache/tools/ant/taskdefs/optional/IContract.java,v retrieving revision 1.18 diff -u -r1.18 IContract.java --- src/main/org/apache/tools/ant/taskdefs/optional/IContract.java 19 Jul 2003 11:20:15 -0000 1.18 +++ src/main/org/apache/tools/ant/taskdefs/optional/IContract.java 16 Sep 2003 18:03:26 -0000 @@ -1,7 +1,7 @@ /* * The Apache Software License, Version 1.1 * - * Copyright (c) 2001-2002 The Apache Software Foundation. All rights + * Copyright (c) 2001-2003 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without @@ -252,7 +252,7 @@ private File targets = null; /** - * will be set to true if any of the sourca files are newer than the + * will be set to true if any of the source files are newer than the * instrumented files */ private boolean dirty = false; Index: src/main/org/apache/tools/ant/taskdefs/optional/Javah.java =================================================================== RCS file: /home/cvspublic/ant/src/main/org/apache/tools/ant/taskdefs/optional/Javah.java,v retrieving revision 1.26 diff -u -r1.26 Javah.java --- src/main/org/apache/tools/ant/taskdefs/optional/Javah.java 13 Aug 2003 15:02:28 -0000 1.26 +++ src/main/org/apache/tools/ant/taskdefs/optional/Javah.java 16 Sep 2003 18:03:26 -0000 @@ -326,7 +326,7 @@ // we need a way to not use the current classpath. /** - * Peforms a compile using the classic compiler that shipped with + * Performs a compile using the classic compiler that shipped with * JDK 1.1 and 1.2. */ @@ -431,7 +431,7 @@ /** * Logs the compilation parameters, adds the files to compile and logs the - * &qout;niceSourceList" + * "niceSourceList" */ protected void logAndAddFilesToCompile(Commandline cmd) { int n = 0; Index: src/main/org/apache/tools/ant/taskdefs/optional/Native2Ascii.java =================================================================== RCS file: /home/cvspublic/ant/src/main/org/apache/tools/ant/taskdefs/optional/Native2Ascii.java,v retrieving revision 1.16 diff -u -r1.16 Native2Ascii.java --- src/main/org/apache/tools/ant/taskdefs/optional/Native2Ascii.java 18 Jul 2003 12:45:57 -0000 1.16 +++ src/main/org/apache/tools/ant/taskdefs/optional/Native2Ascii.java 16 Sep 2003 18:03:26 -0000 @@ -1,7 +1,7 @@ /* * The Apache Software License, Version 1.1 * - * Copyright (c) 2000,2002 The Apache Software Foundation. All rights + * Copyright (c) 2000,2002-2003 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without @@ -240,7 +240,7 @@ } // Make intermediate directories if needed - // XXX JDK 1.1 dosen't have File.getParentFile, + // XXX JDK 1.1 doesn't have File.getParentFile, String parentName = destFile.getParent(); if (parentName != null) { File parentFile = new File(parentName); Index: src/main/org/apache/tools/ant/taskdefs/optional/NetRexxC.java =================================================================== RCS file: /home/cvspublic/ant/src/main/org/apache/tools/ant/taskdefs/optional/NetRexxC.java,v retrieving revision 1.27 diff -u -r1.27 NetRexxC.java --- src/main/org/apache/tools/ant/taskdefs/optional/NetRexxC.java 14 Aug 2003 07:04:40 -0000 1.27 +++ src/main/org/apache/tools/ant/taskdefs/optional/NetRexxC.java 16 Sep 2003 18:03:27 -0000 @@ -720,7 +720,7 @@ } - /** Peforms a copmile using the NetRexx 1.1.x compiler */ + /** Performs a compile using the NetRexx 1.1.x compiler */ private void doNetRexxCompile() throws BuildException { log("Using NetRexx compiler", Project.MSG_VERBOSE); Index: src/main/org/apache/tools/ant/taskdefs/optional/PropertyFile.java =================================================================== RCS file: /home/cvspublic/ant/src/main/org/apache/tools/ant/taskdefs/optional/PropertyFile.java,v retrieving revision 1.31 diff -u -r1.31 PropertyFile.java --- src/main/org/apache/tools/ant/taskdefs/optional/PropertyFile.java 18 Jul 2003 12:45:57 -0000 1.31 +++ src/main/org/apache/tools/ant/taskdefs/optional/PropertyFile.java 16 Sep 2003 18:03:27 -0000 @@ -511,7 +511,7 @@ private void checkParameters() throws BuildException { if (type == Type.STRING_TYPE && operation == Operation.DECREMENT_OPER) { - throw new BuildException("- is not suported for string " + throw new BuildException("- is not supported for string " + "properties (key:" + key + ")"); } if (value == null && defaultValue == null) { @@ -522,7 +522,7 @@ throw new BuildException("key is mandatory"); } if (type == Type.STRING_TYPE && pattern != null) { - throw new BuildException("pattern is not suported for string " + throw new BuildException("pattern is not supported for string " + "properties (key:" + key + ")"); } } Index: src/main/org/apache/tools/ant/taskdefs/optional/ReplaceRegExp.java =================================================================== RCS file: /home/cvspublic/ant/src/main/org/apache/tools/ant/taskdefs/optional/ReplaceRegExp.java,v retrieving revision 1.26 diff -u -r1.26 ReplaceRegExp.java --- src/main/org/apache/tools/ant/taskdefs/optional/ReplaceRegExp.java 21 Aug 2003 19:42:15 -0000 1.26 +++ src/main/org/apache/tools/ant/taskdefs/optional/ReplaceRegExp.java 16 Sep 2003 18:03:27 -0000 @@ -79,7 +79,7 @@ * file. The input file(s) must be able to be properly processed by * a Reader instance. That is, they must be text only, no binary. * - * The syntax of the regular expression depends on the implemtation that + * The syntax of the regular expression depends on the implementation that * you choose to use. The system property <code>ant.regexp.regexpimpl</code> * will be the classname of the implementation that will be used (the default * is <code>org.apache.tools.ant.util.regexp.JakartaOroRegexp</code> and @@ -218,7 +218,7 @@ * The flags to use when matching the regular expression. For more * information, consult the Perl5 syntax. * <ul> - * <li>g : Global replacement. Replace all occurences found + * <li>g : Global replacement. Replace all occurrences found * <li>i : Case Insensitive. Do not consider case in the match * <li>m : Multiline. Treat the string as multiple lines of input, * using "^" and "$" as the start or end of any line, respectively, @@ -236,7 +236,7 @@ /** * Process the file(s) one line at a time, executing the replacement * on one line at a time. This is useful if you - * want to only replace the first occurence of a regular expression on + * want to only replace the first occurrence of a regular expression on * each line, which is not easy to do when processing the file as a whole. * Defaults to <i>false</i>.</td> */ Index: src/main/org/apache/tools/ant/taskdefs/optional/Rpm.java =================================================================== RCS file: /home/cvspublic/ant/src/main/org/apache/tools/ant/taskdefs/optional/Rpm.java,v retrieving revision 1.17 diff -u -r1.17 Rpm.java --- src/main/org/apache/tools/ant/taskdefs/optional/Rpm.java 13 Aug 2003 15:02:28 -0000 1.17 +++ src/main/org/apache/tools/ant/taskdefs/optional/Rpm.java 16 Sep 2003 18:03:27 -0000 @@ -269,7 +269,7 @@ /** * Flag (optional, default=false) * to remove the sources after the build. - * See the the <tt>--rmsource</tt> option of rpmbuild. + * See the <tt>--rmsource</tt> option of rpmbuild. */ public void setRemoveSource(boolean rs) { removeSource = rs; Index: src/main/org/apache/tools/ant/taskdefs/optional/Script.java =================================================================== RCS file: /home/cvspublic/ant/src/main/org/apache/tools/ant/taskdefs/optional/Script.java,v retrieving revision 1.23 diff -u -r1.23 Script.java --- src/main/org/apache/tools/ant/taskdefs/optional/Script.java 20 Jul 2003 09:34:21 -0000 1.23 +++ src/main/org/apache/tools/ant/taskdefs/optional/Script.java 16 Sep 2003 18:03:27 -0000 @@ -71,7 +71,7 @@ /** * Do the work. * - * @exception BuildException if someting goes wrong with the build + * @exception BuildException if something goes wrong with the build */ public void execute() throws BuildException { runner.addBeans(getProject().getProperties()); Index: src/main/org/apache/tools/ant/taskdefs/optional/TraXLiaison.java =================================================================== RCS file: /home/cvspublic/ant/src/main/org/apache/tools/ant/taskdefs/optional/TraXLiaison.java,v retrieving revision 1.29 diff -u -r1.29 TraXLiaison.java --- src/main/org/apache/tools/ant/taskdefs/optional/TraXLiaison.java 10 Sep 2003 15:18:41 -0000 1.29 +++ src/main/org/apache/tools/ant/taskdefs/optional/TraXLiaison.java 16 Sep 2003 18:03:27 -0000 @@ -223,7 +223,7 @@ } /** - * Read in templates from the stylsheet + * Read in templates from the stylesheet */ private void readTemplates() throws IOException, TransformerConfigurationException { Index: src/main/org/apache/tools/ant/taskdefs/optional/XMLValidateTask.java =================================================================== RCS file: /home/cvspublic/ant/src/main/org/apache/tools/ant/taskdefs/optional/XMLValidateTask.java,v retrieving revision 1.35 diff -u -r1.35 XMLValidateTask.java --- src/main/org/apache/tools/ant/taskdefs/optional/XMLValidateTask.java 18 Jul 2003 12:45:57 -0000 1.35 +++ src/main/org/apache/tools/ant/taskdefs/optional/XMLValidateTask.java 16 Sep 2003 18:03:28 -0000 @@ -435,7 +435,7 @@ * ValidatorErrorHandler role : * <ul> * <li> log SAX parse exceptions, - * <li> remember if an error occured + * <li> remember if an error occurred * </ul> */ protected class ValidatorErrorHandler implements ErrorHandler { @@ -467,7 +467,7 @@ public void warning(SAXParseException exception) { // depending on implementation, XMLReader can yield hips of warning, - // only output then if user explicitely asked for it + // only output then if user explicitly asked for it if (warn) { doLog(exception, Project.MSG_WARN); } @@ -538,7 +538,7 @@ /** * Gets the attribute value. - * @return the featuree value + * @return the feature value */ public boolean getValue() { return attributeValue; Index: src/main/org/apache/tools/ant/taskdefs/optional/ccm/CCMCheck.java =================================================================== RCS file: /home/cvspublic/ant/src/main/org/apache/tools/ant/taskdefs/optional/ccm/CCMCheck.java,v retrieving revision 1.16 diff -u -r1.16 CCMCheck.java --- src/main/org/apache/tools/ant/taskdefs/optional/ccm/CCMCheck.java 22 Aug 2003 15:25:44 -0000 1.16 +++ src/main/org/apache/tools/ant/taskdefs/optional/ccm/CCMCheck.java 16 Sep 2003 18:03:28 -0000 @@ -230,7 +230,7 @@ public static final String FLAG_COMMENT = "/comment"; /** - * -task flag -- associate checckout task with task + * -task flag -- associate checkout task with task */ public static final String FLAG_TASK = "/task"; } Index: src/main/org/apache/tools/ant/taskdefs/optional/ccm/CCMCreateTask.java =================================================================== RCS file: /home/cvspublic/ant/src/main/org/apache/tools/ant/taskdefs/optional/ccm/CCMCreateTask.java,v retrieving revision 1.14 diff -u -r1.14 CCMCreateTask.java --- src/main/org/apache/tools/ant/taskdefs/optional/ccm/CCMCreateTask.java 25 Jul 2003 12:14:42 -0000 1.14 +++ src/main/org/apache/tools/ant/taskdefs/optional/ccm/CCMCreateTask.java 16 Sep 2003 18:03:28 -0000 @@ -294,7 +294,7 @@ public static final String FLAG_SUBSYSTEM = "/subsystem"; /** - * -task flag -- associate checckout task with task + * -task flag -- associate checkout task with task */ public static final String FLAG_TASK = "/task"; Index: src/main/org/apache/tools/ant/taskdefs/optional/ccm/CCMReconfigure.java =================================================================== RCS file: /home/cvspublic/ant/src/main/org/apache/tools/ant/taskdefs/optional/ccm/CCMReconfigure.java,v retrieving revision 1.12 diff -u -r1.12 CCMReconfigure.java --- src/main/org/apache/tools/ant/taskdefs/optional/ccm/CCMReconfigure.java 25 Jul 2003 12:14:42 -0000 1.12 +++ src/main/org/apache/tools/ant/taskdefs/optional/ccm/CCMReconfigure.java 16 Sep 2003 18:03:28 -0000 @@ -61,7 +61,7 @@ /** - * Task allows to reconfigure a project, recurcively or not + * Task allows to reconfigure a project, recursively or not * @author Benoit Moussaud [EMAIL PROTECTED] */ public class CCMReconfigure extends Continuus { Index: src/main/org/apache/tools/ant/taskdefs/optional/clearcase/CCCheckout.java =================================================================== RCS file: /home/cvspublic/ant/src/main/org/apache/tools/ant/taskdefs/optional/clearcase/CCCheckout.java,v retrieving revision 1.10 diff -u -r1.10 CCCheckout.java --- src/main/org/apache/tools/ant/taskdefs/optional/clearcase/CCCheckout.java 25 Jul 2003 12:14:43 -0000 1.10 +++ src/main/org/apache/tools/ant/taskdefs/optional/clearcase/CCCheckout.java 16 Sep 2003 18:03:28 -0000 @@ -66,7 +66,7 @@ * Performs ClearCase checkout. * * <p> - * The following attributes are interpretted: + * The following attributes are interpreted: * <table border="1"> * <tr> * <th>Attribute</th> Index: src/main/org/apache/tools/ant/taskdefs/optional/clearcase/CCLock.java =================================================================== RCS file: /home/cvspublic/ant/src/main/org/apache/tools/ant/taskdefs/optional/clearcase/CCLock.java,v retrieving revision 1.3 diff -u -r1.3 CCLock.java --- src/main/org/apache/tools/ant/taskdefs/optional/clearcase/CCLock.java 25 Jul 2003 12:14:43 -0000 1.3 +++ src/main/org/apache/tools/ant/taskdefs/optional/clearcase/CCLock.java 16 Sep 2003 18:03:28 -0000 @@ -71,7 +71,7 @@ * Performs a ClearCase Lock command. * * <p> - * The following attributes are interpretted: + * The following attributes are interpreted: * <table border="1"> * <tr> * <th>Attribute</th> Index: src/main/org/apache/tools/ant/taskdefs/optional/clearcase/CCUnCheckout.java =================================================================== RCS file: /home/cvspublic/ant/src/main/org/apache/tools/ant/taskdefs/optional/clearcase/CCUnCheckout.java,v retrieving revision 1.9 diff -u -r1.9 CCUnCheckout.java --- src/main/org/apache/tools/ant/taskdefs/optional/clearcase/CCUnCheckout.java 25 Jul 2003 12:14:43 -0000 1.9 +++ src/main/org/apache/tools/ant/taskdefs/optional/clearcase/CCUnCheckout.java 16 Sep 2003 18:03:29 -0000 @@ -63,7 +63,7 @@ * Performs ClearCase UnCheckout command. * * <p> - * The following attributes are interpretted: + * The following attributes are interpreted: * <table border="1"> * <tr> * <th>Attribute</th> Index: src/main/org/apache/tools/ant/taskdefs/optional/clearcase/CCUnlock.java =================================================================== RCS file: /home/cvspublic/ant/src/main/org/apache/tools/ant/taskdefs/optional/clearcase/CCUnlock.java,v retrieving revision 1.3 diff -u -r1.3 CCUnlock.java --- src/main/org/apache/tools/ant/taskdefs/optional/clearcase/CCUnlock.java 25 Jul 2003 12:14:43 -0000 1.3 +++ src/main/org/apache/tools/ant/taskdefs/optional/clearcase/CCUnlock.java 16 Sep 2003 18:03:29 -0000 @@ -69,7 +69,7 @@ * Performs a ClearCase Unlock command. * * <p> - * The following attributes are interpretted: + * The following attributes are interpreted: * <table border="1"> * <tr> * <th>Attribute</th> Index: src/main/org/apache/tools/ant/taskdefs/optional/clearcase/CCUpdate.java =================================================================== RCS file: /home/cvspublic/ant/src/main/org/apache/tools/ant/taskdefs/optional/clearcase/CCUpdate.java,v retrieving revision 1.11 diff -u -r1.11 CCUpdate.java --- src/main/org/apache/tools/ant/taskdefs/optional/clearcase/CCUpdate.java 25 Jul 2003 12:14:43 -0000 1.11 +++ src/main/org/apache/tools/ant/taskdefs/optional/clearcase/CCUpdate.java 16 Sep 2003 18:03:29 -0000 @@ -63,7 +63,7 @@ * Performs a ClearCase Update command. * * <p> - * The following attributes are interpretted: + * The following attributes are interpreted: * <table border="1"> * <tr> * <th>Attribute</th> Index: src/main/org/apache/tools/ant/taskdefs/optional/clearcase/ClearCase.java =================================================================== RCS file: /home/cvspublic/ant/src/main/org/apache/tools/ant/taskdefs/optional/clearcase/ClearCase.java,v retrieving revision 1.13 diff -u -r1.13 ClearCase.java --- src/main/org/apache/tools/ant/taskdefs/optional/clearcase/ClearCase.java 19 Jul 2003 11:20:16 -0000 1.13 +++ src/main/org/apache/tools/ant/taskdefs/optional/clearcase/ClearCase.java 16 Sep 2003 18:03:29 -0000 @@ -76,7 +76,7 @@ * cleartool. * </p> * - * @author Curtis White (Exteneded by Sean P. Kane) + * @author Curtis White (Extended by Sean P. Kane) */ public abstract class ClearCase extends Task { private String m_ClearToolDir = ""; Index: src/main/org/apache/tools/ant/taskdefs/optional/depend/AntAnalyzer.java =================================================================== RCS file: /home/cvspublic/ant/src/main/org/apache/tools/ant/taskdefs/optional/depend/AntAnalyzer.java,v retrieving revision 1.7 diff -u -r1.7 AntAnalyzer.java --- src/main/org/apache/tools/ant/taskdefs/optional/depend/AntAnalyzer.java 5 Jul 2003 14:34:12 -0000 1.7 +++ src/main/org/apache/tools/ant/taskdefs/optional/depend/AntAnalyzer.java 16 Sep 2003 18:03:29 -0000 @@ -83,7 +83,7 @@ * @param files a vector to be populated with the files which contain * the dependency classes * @param classes a vector to be populated with the names of the - * depencency classes. + * dependency classes. */ protected void determineDependencies(Vector files, Vector classes) { // we get the root classes and build up a set of Index: src/main/org/apache/tools/ant/taskdefs/optional/depend/ClassFileIterator.java =================================================================== RCS file: /home/cvspublic/ant/src/main/org/apache/tools/ant/taskdefs/optional/depend/ClassFileIterator.java,v retrieving revision 1.8 diff -u -r1.8 ClassFileIterator.java --- src/main/org/apache/tools/ant/taskdefs/optional/depend/ClassFileIterator.java 10 Feb 2003 14:13:47 -0000 1.8 +++ src/main/org/apache/tools/ant/taskdefs/optional/depend/ClassFileIterator.java 16 Sep 2003 18:03:29 -0000 @@ -1,7 +1,7 @@ /* * The Apache Software License, Version 1.1 * - * Copyright (c) 2000-2002 The Apache Software Foundation. All rights + * Copyright (c) 2000-2003 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without @@ -63,7 +63,7 @@ /** * Get the next class file in the iteration * - * @return the next class file in the iterationr + * @return the next class file in the iteration */ ClassFile getNextClassFile(); } Index: src/main/org/apache/tools/ant/taskdefs/optional/depend/Depend.java =================================================================== RCS file: /home/cvspublic/ant/src/main/org/apache/tools/ant/taskdefs/optional/depend/Depend.java,v retrieving revision 1.37 diff -u -r1.37 Depend.java --- src/main/org/apache/tools/ant/taskdefs/optional/depend/Depend.java 19 Jul 2003 11:20:16 -0000 1.37 +++ src/main/org/apache/tools/ant/taskdefs/optional/depend/Depend.java 16 Sep 2003 18:03:29 -0000 @@ -130,7 +130,7 @@ /** * indicates that the dependency relationships should be extended beyond * direct dependencies to include all classes. So if A directly affects - * B abd B directly affects C, then A indirectly affects C. + * B and B directly affects C, then A indirectly affects C. */ private boolean closure = false; @@ -197,7 +197,7 @@ * Read the dependencies from cache file * * @return a collection of class dependencies - * @exception IOException if the dependnecy file cannot be read + * @exception IOException if the dependency file cannot be read */ private Hashtable readCachedDependencies(File depFile) throws IOException { Hashtable dependencyMap = new Hashtable(); @@ -472,7 +472,7 @@ /** * Delete all the class files of classes which depend on the given class * - * @param className the name of the class whose dependent classes willbe + * @param className the name of the class whose dependent classes will be * deleted * @return the number of class files removed */ @@ -761,11 +761,11 @@ * file vector, including any subdirectories. * * @param classFileList a list of ClassFileInfo objects for all the - * files in the diretcort tree - * @param dir tyhe directory tree to be searched, recursivley, for class + * files in the directory tree + * @param dir the directory tree to be searched, recursively, for class * files * @param root the root of the source tree. This is used to determine - * the absoluate class name from the relative position in the + * the absolute class name from the relative position in the * source tree */ private void addClassFiles(Vector classFileList, File dir, File root) {
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]