My bad, the patch was my last one... here is the new one. -- Larry
> -----Original Message----- > From: Shatzer, Larry [mailto:[EMAIL PROTECTED] > Sent: Monday, September 15, 2003 8:37 AM > To: 'Ant Developers List' > Subject: RE: [PATCH] More typos > > Also attached, my next set of typo corrections.
Index: src/main/org/apache/tools/ant/taskdefs/MacroDef.java =================================================================== RCS file: /home/cvspublic/ant/src/main/org/apache/tools/ant/taskdefs/MacroDef.java,v retrieving revision 1.5 diff -u -r1.5 MacroDef.java --- src/main/org/apache/tools/ant/taskdefs/MacroDef.java 22 Aug 2003 15:25:44 -0000 1.5 +++ src/main/org/apache/tools/ant/taskdefs/MacroDef.java 15 Sep 2003 15:28:09 -0000 @@ -126,7 +126,7 @@ } /** - * <em>Expermential</em> + * <em>Experimental</em> * I am uncertain at the moment how to encode attributes * using ant style ${attribute} or xpath style @attribute. * The first may get mixed up with ant properties and @@ -140,7 +140,7 @@ } /** - * <em>Expermential</em> + * <em>Experimental</em> * @return the attribute style */ public int getAttributeStyle() { @@ -511,7 +511,7 @@ } /** - * Similiar method for this definition + * Similar method for this definition * * @param other another definition * @param project the current project Index: src/main/org/apache/tools/ant/taskdefs/MacroInstance.java =================================================================== RCS file: /home/cvspublic/ant/src/main/org/apache/tools/ant/taskdefs/MacroInstance.java,v retrieving revision 1.4 diff -u -r1.4 MacroInstance.java --- src/main/org/apache/tools/ant/taskdefs/MacroInstance.java 15 Aug 2003 15:04:29 -0000 1.4 +++ src/main/org/apache/tools/ant/taskdefs/MacroInstance.java 15 Sep 2003 15:28:09 -0000 @@ -75,7 +75,7 @@ * The class to be placed in the ant type definition. * It is given a pointer to the template definition, * and makes a copy of the unknown element, substituting - * the the parameter values in attributes and text. + * the parameter values in attributes and text. * @author Peter Reilly * @since Ant 1.6 */ Index: src/main/org/apache/tools/ant/taskdefs/Manifest.java =================================================================== RCS file: /home/cvspublic/ant/src/main/org/apache/tools/ant/taskdefs/Manifest.java,v retrieving revision 1.47 diff -u -r1.47 Manifest.java --- src/main/org/apache/tools/ant/taskdefs/Manifest.java 4 Sep 2003 11:58:02 -0000 1.47 +++ src/main/org/apache/tools/ant/taskdefs/Manifest.java 15 Sep 2003 15:28:09 -0000 @@ -321,7 +321,7 @@ * * @param writer the Writer to which the attribute is written * - * @throws IOException if the attribte value cannot be written + * @throws IOException if the attribute value cannot be written */ public void write(PrintWriter writer) throws IOException { for (Enumeration e = getValues(); e.hasMoreElements();) { @@ -335,7 +335,7 @@ * @param writer the Writer to which the attribute is written * @param value the attribute value * - * @throws IOException if the attribte value cannot be written + * @throws IOException if the attribute value cannot be written */ private void writeValue(PrintWriter writer, String value) throws IOException { @@ -857,7 +857,7 @@ * @param other the Manifest to be merged with this one. * * @throws ManifestException if there is a problem merging the - * manfest according to the Manifest spec. + * manifest according to the Manifest spec. */ public void merge(Manifest other) throws ManifestException { merge(other, false); @@ -871,7 +871,7 @@ * of the current manifest * * @throws ManifestException if there is a problem merging the - * manfest according to the Manifest spec. + * manifest according to the Manifest spec. */ public void merge(Manifest other, boolean overwriteMain) throws ManifestException { Index: src/main/org/apache/tools/ant/taskdefs/MatchingTask.java =================================================================== RCS file: /home/cvspublic/ant/src/main/org/apache/tools/ant/taskdefs/MatchingTask.java,v retrieving revision 1.41 diff -u -r1.41 MatchingTask.java --- src/main/org/apache/tools/ant/taskdefs/MatchingTask.java 13 Sep 2003 16:35:52 -0000 1.41 +++ src/main/org/apache/tools/ant/taskdefs/MatchingTask.java 15 Sep 2003 15:28:09 -0000 @@ -474,7 +474,7 @@ } /** - * Accessor for the implict fileset. + * Accessor for the implicit fileset. * * @since Ant 1.5.2 */ Index: src/main/org/apache/tools/ant/taskdefs/Move.java =================================================================== RCS file: /home/cvspublic/ant/src/main/org/apache/tools/ant/taskdefs/Move.java,v retrieving revision 1.40 diff -u -r1.40 Move.java --- src/main/org/apache/tools/ant/taskdefs/Move.java 25 Jul 2003 08:31:45 -0000 1.40 +++ src/main/org/apache/tools/ant/taskdefs/Move.java 15 Sep 2003 15:28:09 -0000 @@ -365,7 +365,7 @@ } else { if (!filtering) { // ensure that parent dir of dest file exists! - // not using getParentFile method to stay 1.1 compat + // not using getParentFile method to stay 1.1 compatibility String parentPath = destFile.getParent(); if (parentPath != null) { File parent = new File(parentPath); Index: src/main/org/apache/tools/ant/taskdefs/Parallel.java =================================================================== RCS file: /home/cvspublic/ant/src/main/org/apache/tools/ant/taskdefs/Parallel.java,v retrieving revision 1.23 diff -u -r1.23 Parallel.java --- src/main/org/apache/tools/ant/taskdefs/Parallel.java 25 Jul 2003 11:02:53 -0000 1.23 +++ src/main/org/apache/tools/ant/taskdefs/Parallel.java 15 Sep 2003 15:28:09 -0000 @@ -207,7 +207,7 @@ * is set and the JVM is at least a 1.4 VM then this value is * ignored.; optional * - * @param numThreads total number of therads. + * @param numThreads total number of threads. * */ public void setThreadCount(int numThreads) { @@ -351,7 +351,7 @@ running[i] = runnables[threadNumber++]; Thread thread = new Thread(group, running[i]); thread.start(); - // countinue on outer while loop to get another + // continue on outer while loop to get another // available slot continue outer; } @@ -362,7 +362,7 @@ try { semaphore.wait(); } catch (InterruptedException ie) { - // dosen't java know interruptions are rude? + // doesn't java know interruptions are rude? // just pretend it didn't happen and go about out business. // sheesh! } @@ -442,7 +442,7 @@ /** * Construct a new TaskRunnable.<p> * - * @param task the Task to be executed in a seperate thread + * @param task the Task to be executed in a separate thread */ TaskRunnable(Task task) { this.task = task; Index: src/main/org/apache/tools/ant/taskdefs/Patch.java =================================================================== RCS file: /home/cvspublic/ant/src/main/org/apache/tools/ant/taskdefs/Patch.java,v retrieving revision 1.25 diff -u -r1.25 Patch.java --- src/main/org/apache/tools/ant/taskdefs/Patch.java 25 Jul 2003 08:59:39 -0000 1.25 +++ src/main/org/apache/tools/ant/taskdefs/Patch.java 15 Sep 2003 15:28:09 -0000 @@ -150,7 +150,7 @@ /** * Work silently unless an error occurs; optional, default=false - * @param q if true supress set the -s option on the patch command + * @param q if true suppress set the -s option on the patch command */ public void setQuiet(boolean q) { if (q) { Index: src/main/org/apache/tools/ant/taskdefs/PreSetDef.java =================================================================== RCS file: /home/cvspublic/ant/src/main/org/apache/tools/ant/taskdefs/PreSetDef.java,v retrieving revision 1.6 diff -u -r1.6 PreSetDef.java --- src/main/org/apache/tools/ant/taskdefs/PreSetDef.java 22 Aug 2003 15:25:44 -0000 1.6 +++ src/main/org/apache/tools/ant/taskdefs/PreSetDef.java 15 Sep 2003 15:28:09 -0000 @@ -288,7 +288,7 @@ } /** - * Similiar method for this definition + * Similar method for this definition * * @param other another definition * @param project the current project Index: src/main/org/apache/tools/ant/taskdefs/Property.java =================================================================== RCS file: /home/cvspublic/ant/src/main/org/apache/tools/ant/taskdefs/Property.java,v retrieving revision 1.66 diff -u -r1.66 Property.java --- src/main/org/apache/tools/ant/taskdefs/Property.java 24 Jul 2003 08:09:34 -0000 1.66 +++ src/main/org/apache/tools/ant/taskdefs/Property.java 15 Sep 2003 15:28:09 -0000 @@ -74,7 +74,7 @@ * Sets a property by name, or set of properties (from file or * resource) in the project. </p> * Properties are immutable: whoever sets a property first freezes it for the - * rest of the build; they are most definately not variable. + * rest of the build; they are most definitely not variable. * <p>There are five ways to set properties:</p> * <ul> * <li>By supplying both the <i>name</i> and <i>value</i> attribute.</li> Index: src/main/org/apache/tools/ant/taskdefs/Redirector.java =================================================================== RCS file: /home/cvspublic/ant/src/main/org/apache/tools/ant/taskdefs/Redirector.java,v retrieving revision 1.10 diff -u -r1.10 Redirector.java --- src/main/org/apache/tools/ant/taskdefs/Redirector.java 1 Sep 2003 09:50:05 -0000 1.10 +++ src/main/org/apache/tools/ant/taskdefs/Redirector.java 15 Sep 2003 15:28:10 -0000 @@ -80,7 +80,7 @@ */ public class Redirector { /** - * The file receiveing standard output. Will also receive standard error + * The file receiving standard output. Will also receive standard error * unless standard error is redirected or logError is true. */ private File out; @@ -445,7 +445,7 @@ /** * Complete redirection. * - * This opertaion will close any streams and create any specified + * This operation will close any streams and create any specified * property values. * * @throws IOException if the output properties cannot be read from their Index: src/main/org/apache/tools/ant/taskdefs/Rmic.java =================================================================== RCS file: /home/cvspublic/ant/src/main/org/apache/tools/ant/taskdefs/Rmic.java,v retrieving revision 1.50 diff -u -r1.50 Rmic.java --- src/main/org/apache/tools/ant/taskdefs/Rmic.java 19 Jul 2003 11:20:13 -0000 1.50 +++ src/main/org/apache/tools/ant/taskdefs/Rmic.java 15 Sep 2003 15:28:10 -0000 @@ -175,7 +175,7 @@ } /** - * Sets the the class to run <code>rmic</code> against; + * Sets the class to run <code>rmic</code> against; * optional */ public void setClassname(String classname) { Index: src/main/org/apache/tools/ant/taskdefs/SQLExec.java =================================================================== RCS file: /home/cvspublic/ant/src/main/org/apache/tools/ant/taskdefs/SQLExec.java,v retrieving revision 1.60 diff -u -r1.60 SQLExec.java --- src/main/org/apache/tools/ant/taskdefs/SQLExec.java 22 Aug 2003 15:25:44 -0000 1.60 +++ src/main/org/apache/tools/ant/taskdefs/SQLExec.java 15 Sep 2003 15:28:10 -0000 @@ -273,7 +273,7 @@ * Set the delimiter type: "normal" or "row" (default "normal"). * * <p>The delimiter type takes two values - normal and row. Normal - * means that any occurence of the delimiter terminate the SQL + * means that any occurrence of the delimiter terminate the SQL * command whereas with row, only a line containing just the * delimiter is recognized as the end of the command.</p> */ @@ -411,7 +411,7 @@ ((Transaction) e.nextElement()).runTransaction(out); if (!isAutocommit()) { - log("Commiting transaction", Project.MSG_VERBOSE); + log("Committing transaction", Project.MSG_VERBOSE); conn.commit(); } } Index: src/main/org/apache/tools/ant/taskdefs/Sleep.java =================================================================== RCS file: /home/cvspublic/ant/src/main/org/apache/tools/ant/taskdefs/Sleep.java,v retrieving revision 1.14 diff -u -r1.14 Sleep.java --- src/main/org/apache/tools/ant/taskdefs/Sleep.java 10 Feb 2003 14:13:36 -0000 1.14 +++ src/main/org/apache/tools/ant/taskdefs/Sleep.java 15 Sep 2003 15:28:10 -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 @@ -65,8 +65,8 @@ *<p> * A negative value can be supplied to any of attributes provided the total sleep time * is positive, pending fundamental changes in physics and JVM - * execution tims</p> - * Note that sleep times are always hints to be interpred by the OS how it feels + * execution times</p> + * Note that sleep times are always hints to be interpreted by the OS how it feels * small times may either be ignored or rounded up to a minimum timeslice. Note * also that the system clocks often have a fairly low granularity too, which complicates * measuring how long a sleep actually took.</p> Index: src/main/org/apache/tools/ant/taskdefs/StreamPumper.java =================================================================== RCS file: /home/cvspublic/ant/src/main/org/apache/tools/ant/taskdefs/StreamPumper.java,v retrieving revision 1.15 diff -u -r1.15 StreamPumper.java --- src/main/org/apache/tools/ant/taskdefs/StreamPumper.java 24 Jul 2003 13:29:37 -0000 1.15 +++ src/main/org/apache/tools/ant/taskdefs/StreamPumper.java 15 Sep 2003 15:28:10 -0000 @@ -67,7 +67,7 @@ public class StreamPumper implements Runnable { // TODO: make SIZE an instance variable. - // TODO: add a status flag to note if an error occured in run. + // TODO: add a status flag to note if an error occurred in run. private static final int SIZE = 128; private InputStream is;
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]