Return-Path: Delivered-To: apmail-ant-dev-archive@www.apache.org Received: (qmail 83544 invoked from network); 15 Sep 2003 22:33:35 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 15 Sep 2003 22:33:35 -0000 Received: (qmail 32806 invoked by uid 500); 15 Sep 2003 22:33:16 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 32761 invoked by uid 500); 15 Sep 2003 22:33:16 -0000 Mailing-List: contact dev-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Developers List" Reply-To: "Ant Developers List" Delivered-To: mailing list dev@ant.apache.org Received: (qmail 32746 invoked from network); 15 Sep 2003 22:33:15 -0000 Received: from unknown (HELO lapis.wpds.com) (209.132.107.35) by daedalus.apache.org with SMTP; 15 Sep 2003 22:33:15 -0000 Received: from wpdslajolla.unigold ([209.132.105.36]) by lapis.wpds.com ; Mon, 15 Sep 2003 15:37:29 -800 Received: by localhost with Internet Mail Service (5.5.2653.19) id ; Mon, 15 Sep 2003 15:32:39 -0700 Message-ID: From: "Shatzer, Larry" To: "'dev@ant.apache.org'" Subject: [PATCH] Next round of typo fixes Date: Mon, 15 Sep 2003 15:32:33 -0700 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: multipart/mixed; boundary="----_=_NextPart_000_01C37BD9.41C14250" X-Server: High Performance Mail Server - http://surgemail.com X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N ------_=_NextPart_000_01C37BD9.41C14250 Content-Type: text/plain; charset="iso-8859-1" More typos and misspellings... -- Larry ------_=_NextPart_000_01C37BD9.41C14250 Content-Type: text/plain; name="patch.txt" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="patch.txt" Index: src/main/org/apache/tools/ant/taskdefs/Copy.java =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: = /home/cvspublic/ant/src/main/org/apache/tools/ant/taskdefs/Copy.java,v retrieving revision 1.65 diff -u -r1.65 Copy.java --- src/main/org/apache/tools/ant/taskdefs/Copy.java 13 Sep 2003 = 12:58:33 -0000 1.65 +++ src/main/org/apache/tools/ant/taskdefs/Copy.java 15 Sep 2003 = 17:07:28 -0000 @@ -193,7 +193,7 @@ =20 /** * Give the copied files the same last modified time as the = original files. - * @param preserve if true preserve the modified time, default is = false + * @param preserve if true perverse the modified time, default is = false */ public void setPreserveLastModified(boolean preserve) { preserveLastModified =3D preserve; Index: src/main/org/apache/tools/ant/taskdefs/Filter.java =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: = /home/cvspublic/ant/src/main/org/apache/tools/ant/taskdefs/Filter.java,v= retrieving revision 1.22 diff -u -r1.22 Filter.java --- src/main/org/apache/tools/ant/taskdefs/Filter.java 10 Feb 2003 = 14:13:34 -0000 1.22 +++ src/main/org/apache/tools/ant/taskdefs/Filter.java 15 Sep 2003 = 17:07:28 -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 @@ -61,7 +61,7 @@ =20 /** * Sets a token filter that is used by the file copy tasks - * to do token substitution. Sets mutiple tokens by + * to do token substitution. Sets multiple tokens by * reading these from a file. * * @author Stefano Mazzocchi Index: src/main/org/apache/tools/ant/taskdefs/FixCRLF.java =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: = /home/cvspublic/ant/src/main/org/apache/tools/ant/taskdefs/FixCRLF.java,= v retrieving revision 1.53 diff -u -r1.53 FixCRLF.java --- src/main/org/apache/tools/ant/taskdefs/FixCRLF.java 22 Aug 2003 = 15:25:44 -0000 1.53 +++ src/main/org/apache/tools/ant/taskdefs/FixCRLF.java 15 Sep 2003 = 17:07:30 -0000 @@ -672,7 +672,7 @@ =20 =20 /** - * Process a BufferLine string which is not part of of a string = constant. + * Process a BufferLine string which is not part of a string = constant. * The start position of the string is given by the 'next' field. * Sets the 'next' and 'column' fields in the BufferLine. * Index: src/main/org/apache/tools/ant/taskdefs/Get.java =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: = /home/cvspublic/ant/src/main/org/apache/tools/ant/taskdefs/Get.java,v retrieving revision 1.37 diff -u -r1.37 Get.java --- src/main/org/apache/tools/ant/taskdefs/Get.java 24 Jul 2003 = 13:48:15 -0000 1.37 +++ src/main/org/apache/tools/ant/taskdefs/Get.java 15 Sep 2003 = 17:07:30 -0000 @@ -171,7 +171,7 @@ //not modified so no file download. just return //instead and trace out something so the user //doesn't think that the download happened when it - //didnt + //didn't log("Not modified - so not downloaded"); return; } @@ -192,7 +192,7 @@ //REVISIT: at this point even non HTTP connections may //support the if-modified-since behaviour -we just check //the date of the content and skip the write if it is not - //newer. Some protocols (FTP) dont include dates, of + //newer. Some protocols (FTP) don't include dates, of //course. =20 InputStream is =3D null; Index: src/main/org/apache/tools/ant/taskdefs/Input.java =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: = /home/cvspublic/ant/src/main/org/apache/tools/ant/taskdefs/Input.java,v retrieving revision 1.22 diff -u -r1.22 Input.java --- src/main/org/apache/tools/ant/taskdefs/Input.java 3 Sep 2003 = 16:47:17 -0000 1.22 +++ src/main/org/apache/tools/ant/taskdefs/Input.java 15 Sep 2003 = 17:07:31 -0000 @@ -92,7 +92,7 @@ /** * Defines the name of a property to be created from input. = Behaviour is * according to property task which means that existing properties - * cannot be overriden. + * cannot be overridden. * * @param addproperty Name for the property to be created from = input */ Index: src/main/org/apache/tools/ant/taskdefs/Jar.java =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: = /home/cvspublic/ant/src/main/org/apache/tools/ant/taskdefs/Jar.java,v retrieving revision 1.80 diff -u -r1.80 Jar.java --- src/main/org/apache/tools/ant/taskdefs/Jar.java 13 Aug 2003 = 14:46:15 -0000 1.80 +++ src/main/org/apache/tools/ant/taskdefs/Jar.java 15 Sep 2003 = 17:07:33 -0000 @@ -93,7 +93,7 @@ /** The index file name. */ private static final String INDEX_NAME =3D "META-INF/INDEX.LIST"; =20 - /** The mainfest file name. */ + /** The manifest file name. */ private static final String MANIFEST_NAME =3D = "META-INF/MANIFEST.MF"; =20 /** merged manifests added through addConfiguredManifest */ @@ -483,7 +483,7 @@ } =20 /** - * Overriden from Zip class to deal with manifests and index = lists. + * Overridden from Zip class to deal with manifests and index = lists. */ protected void zipFile(InputStream is, ZipOutputStream zOut, = String vPath, long lastModified, File fromArchive, int = mode) Index: src/main/org/apache/tools/ant/taskdefs/Java.java =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: = /home/cvspublic/ant/src/main/org/apache/tools/ant/taskdefs/Java.java,v retrieving revision 1.74 diff -u -r1.74 Java.java --- src/main/org/apache/tools/ant/taskdefs/Java.java 11 Sep 2003 = 14:04:16 -0000 1.74 +++ src/main/org/apache/tools/ant/taskdefs/Java.java 15 Sep 2003 = 17:07:34 -0000 @@ -803,7 +803,7 @@ * * @return new watchdog * - * @throws BuildException under unknown circumnstances + * @throws BuildException under unknown circumstances * * @since Ant 1.5 */ Index: src/main/org/apache/tools/ant/taskdefs/Javac.java =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: = /home/cvspublic/ant/src/main/org/apache/tools/ant/taskdefs/Javac.java,v retrieving revision 1.114 diff -u -r1.114 Javac.java --- src/main/org/apache/tools/ant/taskdefs/Javac.java 11 Aug 2003 = 13:43:10 -0000 1.114 +++ src/main/org/apache/tools/ant/taskdefs/Javac.java 15 Sep 2003 = 17:07:36 -0000 @@ -82,7 +82,7 @@ *
  • encoding *
  • target *
  • depend - *
  • vebose + *
  • verbose *
  • failonerror *
  • includeantruntime *
  • includejavaruntime @@ -243,7 +243,7 @@ =20 /** * Gets the source dirs to find the source java files. - * @return the source directorys as a path + * @return the source directories as a path */ public Path getSrcdir() { return src; @@ -660,7 +660,7 @@ } =20 /** - * Sets the the name of the javac executable. + * Sets the name of the javac executable. * *

    Ignored unless fork is true or extJavac has been specified * as the compiler.

    @@ -765,7 +765,7 @@ * Where Ant should place temporary files. * * @since Ant 1.6 - * @return the temorary directory + * @return the temporary directory */ public File getTempdir() { return tmpDir; @@ -875,7 +875,7 @@ /** * The implementation for this particular task. * - *

    Defaults to the build.compiler property but can be overriden + *

    Defaults to the build.compiler property but can be = overridden * via the compiler and fork attributes.

    * *

    If fork has been set to true, the result will be extJavac @@ -906,7 +906,7 @@ /** * The implementation for this particular task. * - *

    Defaults to the build.compiler property but can be overriden + *

    Defaults to the build.compiler property but can be = overridden * via the compiler attribute.

    * *

    This method does not take the fork attribute into Index: src/main/org/apache/tools/ant/taskdefs/Javadoc.java =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: = /home/cvspublic/ant/src/main/org/apache/tools/ant/taskdefs/Javadoc.java,= v retrieving revision 1.123 diff -u -r1.123 Javadoc.java --- src/main/org/apache/tools/ant/taskdefs/Javadoc.java 13 Aug 2003 = 14:46:15 -0000 1.123 +++ src/main/org/apache/tools/ant/taskdefs/Javadoc.java 15 Sep 2003 = 17:07:39 -0000 @@ -1173,7 +1173,7 @@ /** * Control warnings about serial tag. * - * @param b if true, generate warning aboutthe serial tag. + * @param b if true, generate warning about the serial tag. */ public void setSerialwarn(boolean b) { add12ArgIf(b, "-serialwarn"); Index: src/main/org/apache/tools/ant/taskdefs/Jikes.java =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: = /home/cvspublic/ant/src/main/org/apache/tools/ant/taskdefs/Jikes.java,v retrieving revision 1.17 diff -u -r1.17 Jikes.java --- src/main/org/apache/tools/ant/taskdefs/Jikes.java 19 Jul 2003 = 11:20:12 -0000 1.17 +++ src/main/org/apache/tools/ant/taskdefs/Jikes.java 15 Sep 2003 = 17:07:40 -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 @@ -79,9 +79,9 @@ protected Project project; =20 /** - * Constructs a new Jikes obect. + * Constructs a new Jikes object. * @param jop - Parser to send jike's output to - * @param command - name of jikes executeable + * @param command - name of jikes executable */ protected Jikes(JikesOutputParser jop, String command, Project = project) { super(); Index: src/main/org/apache/tools/ant/taskdefs/JikesOutputParser.java =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: = /home/cvspublic/ant/src/main/org/apache/tools/ant/taskdefs/JikesOutputPa= rser.java,v retrieving revision 1.16 diff -u -r1.16 JikesOutputParser.java --- src/main/org/apache/tools/ant/taskdefs/JikesOutputParser.java 19 = Jul 2003 08:10:59 -0000 1.16 +++ src/main/org/apache/tools/ant/taskdefs/JikesOutputParser.java 15 = Sep 2003 17:07:40 -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 @@ -117,7 +117,7 @@ =20 /** * Construct a new Parser object - * @param task - task in whichs context we are called + * @param task - task in which context we are called */ protected JikesOutputParser(Task task, boolean emacsMode) { super(); @@ -147,7 +147,7 @@ private void parseStandardOutput(BufferedReader reader) throws = IOException { String line; String lower; - // We assume, that every output, jike does, stands for an = error/warning + // We assume, that every output, jikes does, stands for an = error/warning // XXX // Is this correct? =20 @@ -201,7 +201,7 @@ =20 /** * Indicate if there were errors during the compile - * @return if errors ocured + * @return if errors occurred */ protected boolean getErrorFlag() { return errorFlag; Index: src/main/org/apache/tools/ant/taskdefs/KeySubst.java =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: = /home/cvspublic/ant/src/main/org/apache/tools/ant/taskdefs/KeySubst.java= ,v retrieving revision 1.20 diff -u -r1.20 KeySubst.java --- src/main/org/apache/tools/ant/taskdefs/KeySubst.java 24 Jul 2003 = 12:53:34 -0000 1.20 +++ src/main/org/apache/tools/ant/taskdefs/KeySubst.java 15 Sep 2003 = 17:07:40 -0000 @@ -87,7 +87,7 @@ */ public void execute() throws BuildException { log("!! KeySubst is deprecated. Use Filter + Copy instead. = !!"); - log("Performing Substitions"); + log("Performing Substitutions"); if (source =3D=3D null || dest =3D=3D null) { log("Source and destinations must not be null"); return; @@ -148,7 +148,7 @@ } =20 /** - Sets the seperator between name=3Dvalue arguments + Sets the separator between name=3Dvalue arguments in setKeys(). By default it is "*". */ public void setSep(String sep) { Index: src/main/org/apache/tools/ant/taskdefs/LogOutputStream.java =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: = /home/cvspublic/ant/src/main/org/apache/tools/ant/taskdefs/LogOutputStre= am.java,v retrieving revision 1.15 diff -u -r1.15 LogOutputStream.java --- src/main/org/apache/tools/ant/taskdefs/LogOutputStream.java 18 Jul = 2003 12:45:56 -0000 1.15 +++ src/main/org/apache/tools/ant/taskdefs/LogOutputStream.java 15 Sep = 2003 17:07:40 -0000 @@ -171,7 +171,7 @@ /** * Write a block of characters to the output stream * - * @param b the array containg the data + * @param b the array containing the data * @param off the offset into the array where data starts * @param len the length of block * Index: src/main/org/apache/tools/ant/taskdefs/Sync.java =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: = /home/cvspublic/ant/src/main/org/apache/tools/ant/taskdefs/Sync.java,v retrieving revision 1.6 diff -u -r1.6 Sync.java --- src/main/org/apache/tools/ant/taskdefs/Sync.java 19 Jul 2003 = 11:20:13 -0000 1.6 +++ src/main/org/apache/tools/ant/taskdefs/Sync.java 15 Sep 2003 = 17:07:42 -0000 @@ -168,7 +168,7 @@ } =20 /** - * Removes all files and folders not found as keyes of a table + * Removes all files and folders not found as keys of a table * (used as a set!). * *

    If the provided file is a directory, it is recursively Index: src/main/org/apache/tools/ant/taskdefs/Tar.java =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: = /home/cvspublic/ant/src/main/org/apache/tools/ant/taskdefs/Tar.java,v retrieving revision 1.45 diff -u -r1.45 Tar.java --- src/main/org/apache/tools/ant/taskdefs/Tar.java 19 Jul 2003 = 08:10:59 -0000 1.45 +++ src/main/org/apache/tools/ant/taskdefs/Tar.java 15 Sep 2003 = 17:07:44 -0000 @@ -172,7 +172,7 @@ * Allowable values are *

      *
    • truncate - paths are truncated to the maximum length - *
    • fail - paths greater than the maximim cause a build = exception + *
    • fail - paths greater than the maximum cause a build = exception *
    • warn - paths greater than the maximum cause a warning and = GNU is used *
    • gnu - GNU extensions are used for any paths greater than = the maximum. *
    • omit - paths greater than the maximum are omitted from = the archive @@ -196,7 +196,7 @@ * Allowable values are *
        *
      • truncate - paths are truncated to the maximum length - *
      • fail - paths greater than the maximim cause a build = exception + *
      • fail - paths greater than the maximum cause a build = exception *
      • warn - paths greater than the maximum cause a warning and = GNU is used *
      • gnu - GNU extensions are used for any paths greater than = the maximum. *
      • omit - paths greater than the maximum are omitted from = the archive @@ -596,7 +596,7 @@ */ public static class TarLongFileMode extends EnumeratedAttribute { =20 - // permissable values for longfile attribute + // permissible values for longfile attribute public static final String WARN =3D "warn"; public static final String FAIL =3D "fail"; public static final String TRUNCATE =3D "truncate"; @@ -641,7 +641,7 @@ */ public static final class TarCompressionMethod extends = EnumeratedAttribute { =20 - // permissable values for compression attribute + // permissible values for compression attribute /** * No compression */ Index: src/main/org/apache/tools/ant/taskdefs/TaskOutputStream.java =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: = /home/cvspublic/ant/src/main/org/apache/tools/ant/taskdefs/TaskOutputStr= eam.java,v retrieving revision 1.12 diff -u -r1.12 TaskOutputStream.java --- src/main/org/apache/tools/ant/taskdefs/TaskOutputStream.java 19 Jul = 2003 11:20:13 -0000 1.12 +++ src/main/org/apache/tools/ant/taskdefs/TaskOutputStream.java 15 Sep = 2003 17:07:44 -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 @@ -117,7 +117,7 @@ } =20 /** - * Processes a line of input and determines if an error occured. + * Processes a line of input and determines if an error occurred. */ =20 private void processLine() { Index: src/main/org/apache/tools/ant/taskdefs/Taskdef.java =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: = /home/cvspublic/ant/src/main/org/apache/tools/ant/taskdefs/Taskdef.java,= v retrieving revision 1.30 diff -u -r1.30 Taskdef.java --- src/main/org/apache/tools/ant/taskdefs/Taskdef.java 7 Jul 2003 = 14:40:14 -0000 1.30 +++ src/main/org/apache/tools/ant/taskdefs/Taskdef.java 15 Sep 2003 = 17:07:44 -0000 @@ -76,7 +76,7 @@ public class Taskdef extends Typedef { =20 /** - * Default constuctor. + * Default constructor. * Creates a new Taskdef instance. * This sets the adapter and the adaptto classes to * TaskAdapter and Task. Index: src/main/org/apache/tools/ant/taskdefs/Tstamp.java =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: = /home/cvspublic/ant/src/main/org/apache/tools/ant/taskdefs/Tstamp.java,v= retrieving revision 1.36 diff -u -r1.36 Tstamp.java --- src/main/org/apache/tools/ant/taskdefs/Tstamp.java 17 Jul 2003 = 15:44:38 -0000 1.36 +++ src/main/org/apache/tools/ant/taskdefs/Tstamp.java 15 Sep 2003 = 17:07:45 -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 @@ -101,7 +101,7 @@ =20 /** * create the timestamps. Custom ones are done before - * the standard ones, to get their retalation in early. + * the standard ones, to get their retaliation in early. * @throws BuildException */ public void execute() throws BuildException { @@ -130,7 +130,7 @@ } =20 /** - * create a custom format with the the current prefix. + * create a custom format with the current prefix. * @return a ready to fill-in format */ public CustomFormat createFormat() { Index: src/main/org/apache/tools/ant/taskdefs/Untar.java =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: = /home/cvspublic/ant/src/main/org/apache/tools/ant/taskdefs/Untar.java,v retrieving revision 1.36 diff -u -r1.36 Untar.java --- src/main/org/apache/tools/ant/taskdefs/Untar.java 19 Jul 2003 = 08:10:59 -0000 1.36 +++ src/main/org/apache/tools/ant/taskdefs/Untar.java 15 Sep 2003 = 17:07:46 -0000 @@ -77,7 +77,7 @@ *

        PatternSets are used to select files to extract * from the archive. If no patternset is used, all files are = extracted. *

        - *

        FileSet>s may be used used to select archived files + *

        FileSet>s may be used to select archived files * to perform unarchival upon. *

        *

        File permissions will not be restored on extracted files.

        @@ -160,7 +160,7 @@ public static final class UntarCompressionMethod extends EnumeratedAttribute { =20 - // permissable values for compression attribute + // permissible values for compression attribute /** * No compression */ Index: src/main/org/apache/tools/ant/taskdefs/WaitFor.java =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: = /home/cvspublic/ant/src/main/org/apache/tools/ant/taskdefs/WaitFor.java,= v retrieving revision 1.18 diff -u -r1.18 WaitFor.java --- src/main/org/apache/tools/ant/taskdefs/WaitFor.java 18 Jul 2003 = 14:21:22 -0000 1.18 +++ src/main/org/apache/tools/ant/taskdefs/WaitFor.java 15 Sep 2003 = 17:07:46 -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,7 +65,7 @@ * * Wait for an external process to start or to complete some * task. This is useful with the parallel task to - * syncronize the execution of tests with server startup. + * synchronize the execution of tests with server startup. * * The following attributes can be specified on a waitfor task: *
          @@ -77,7 +77,7 @@ *
        * * The maxwaitunit and checkeveryunit are allowed to have the = following values: - * millesond, second, minute, hour, day and week. The default is = millisecond. + * millisecond, second, minute, hour, day and week. The default is = millisecond. * * @author Denis Hennessy * @author Magesh Umasankar Index: src/main/org/apache/tools/ant/taskdefs/War.java =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: = /home/cvspublic/ant/src/main/org/apache/tools/ant/taskdefs/War.java,v retrieving revision 1.34 diff -u -r1.34 War.java --- src/main/org/apache/tools/ant/taskdefs/War.java 19 Jul 2003 = 11:20:13 -0000 1.34 +++ src/main/org/apache/tools/ant/taskdefs/War.java 15 Sep 2003 = 17:07:47 -0000 @@ -174,7 +174,7 @@ } =20 /** - * Overriden from Zip class to deal with web.xml + * Overridden from Zip class to deal with web.xml */ protected void zipFile(File file, ZipOutputStream zOut, String = vPath, int mode) Index: src/main/org/apache/tools/ant/taskdefs/XSLTProcess.java =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: = /home/cvspublic/ant/src/main/org/apache/tools/ant/taskdefs/XSLTProcess.j= ava,v retrieving revision 1.77 diff -u -r1.77 XSLTProcess.java --- src/main/org/apache/tools/ant/taskdefs/XSLTProcess.java 15 Sep 2003 = 09:11:57 -0000 1.77 +++ src/main/org/apache/tools/ant/taskdefs/XSLTProcess.java 15 Sep 2003 = 17:07:49 -0000 @@ -509,7 +509,7 @@ * Process the input file to the output file with the given = stylesheet. * * @param inFile the input file to process. - * @param outFile the detination file. + * @param outFile the destination file. * @param stylesheet the stylesheet to use. * @exception BuildException if the processing fails. */ @@ -709,7 +709,7 @@ =20 /** * Set whether this param should NOT be used. It - * will not be used if the property has been set, orthwise it + * will not be used if the property has been set, otherwise it * will be used. * @param unlessProperty name of property */ Index: src/main/org/apache/tools/ant/taskdefs/Zip.java =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: = /home/cvspublic/ant/src/main/org/apache/tools/ant/taskdefs/Zip.java,v retrieving revision 1.115 diff -u -r1.115 Zip.java --- src/main/org/apache/tools/ant/taskdefs/Zip.java 13 Aug 2003 = 14:46:15 -0000 1.115 +++ src/main/org/apache/tools/ant/taskdefs/Zip.java 15 Sep 2003 = 17:07:51 -0000 @@ -899,7 +899,7 @@ /** * Fetch all included and not excluded resources from the sets. * - *

        Included directories will preceede included files.

        + *

        Included directories will precede included files.

        * * @since Ant 1.5.2 */ Index: = src/main/org/apache/tools/ant/taskdefs/compilers/CompilerAdapter.java =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: = /home/cvspublic/ant/src/main/org/apache/tools/ant/taskdefs/compilers/Com= pilerAdapter.java,v retrieving revision 1.7 diff -u -r1.7 CompilerAdapter.java --- = src/main/org/apache/tools/ant/taskdefs/compilers/CompilerAdapter.java = 19 Jul 2003 08:11:01 -0000 1.7 +++ = src/main/org/apache/tools/ant/taskdefs/compilers/CompilerAdapter.java = 15 Sep 2003 17:07:53 -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 @@ -58,10 +58,10 @@ import org.apache.tools.ant.taskdefs.Javac; =20 /** - * The interface that all compiler adapters must adher to. + * The interface that all compiler adapters must adhere to. * *

        A compiler adapter is an adapter that interprets the javac's - * parameters in preperation to be passed off to the compier this + * parameters in preparation to be passed off to the compiler this * adapter represents. As all the necessary values are stored in the * Javac task itself, the only thing all adapters need is the javac * task, the execute command and a parameterless constructor (for Index: = src/main/org/apache/tools/ant/taskdefs/compilers/CompilerAdapterFactory.= java =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: = /home/cvspublic/ant/src/main/org/apache/tools/ant/taskdefs/compilers/Com= pilerAdapterFactory.java,v retrieving revision 1.20 diff -u -r1.20 CompilerAdapterFactory.java --- = src/main/org/apache/tools/ant/taskdefs/compilers/CompilerAdapterFactory.= java 19 Jul 2003 11:20:15 -0000 1.20 +++ = src/main/org/apache/tools/ant/taskdefs/compilers/CompilerAdapterFactory.= java 15 Sep 2003 17:07:54 -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 @@ -86,7 +86,7 @@ *

      • kjc =3D the kopi compiler
      • *
      • gcj =3D the gcj compiler from gcc
      • *
      • sj, symantec =3D the Symantec Java compiler
      • - *
      • a fully quallified classname =3D the name of a = compiler + *
      • a fully qualified classname =3D the name of a = compiler * adapter *
      * @@ -167,7 +167,7 @@ =20 /** * query for the Modern compiler existing - * @return true iff classic os on the classpath + * @return true if classic os on the classpath */ private static boolean doesModernCompilerExist() { try { Index: = src/main/org/apache/tools/ant/taskdefs/compilers/DefaultCompilerAdapter.= java =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: = /home/cvspublic/ant/src/main/org/apache/tools/ant/taskdefs/compilers/Def= aultCompilerAdapter.java,v retrieving revision 1.40 diff -u -r1.40 DefaultCompilerAdapter.java --- = src/main/org/apache/tools/ant/taskdefs/compilers/DefaultCompilerAdapter.= java 24 Jul 2003 13:55:57 -0000 1.40 +++ = src/main/org/apache/tools/ant/taskdefs/compilers/DefaultCompilerAdapter.= java 15 Sep 2003 17:07:55 -0000 @@ -373,7 +373,7 @@ =20 /** * Logs the compilation parameters, adds the files to compile and = logs the - * &qout;niceSourceList" + * "niceSourceList" */ protected void logAndAddFilesToCompile(Commandline cmd) { attributes.log("Compilation " + cmd.describeArguments(), @@ -503,7 +503,7 @@ } =20 /** - * Adds the command line arguments specifc to the current = implementation. + * Adds the command line arguments specific to the current = implementation. */ protected void addCurrentCompilerArgs(Commandline cmd) { cmd.addArguments(getJavac().getCurrentCompilerArgs()); Index: src/main/org/apache/tools/ant/taskdefs/compilers/Jikes.java =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: = /home/cvspublic/ant/src/main/org/apache/tools/ant/taskdefs/compilers/Jik= es.java,v retrieving revision 1.21 diff -u -r1.21 Jikes.java --- src/main/org/apache/tools/ant/taskdefs/compilers/Jikes.java 19 Jul = 2003 08:11:01 -0000 1.21 +++ src/main/org/apache/tools/ant/taskdefs/compilers/Jikes.java 15 Sep = 2003 17:07:56 -0000 @@ -172,7 +172,7 @@ * Jikes has the nice feature to print error * messages in a form readable by emacs, so * that emacs can directly set the cursor - * to the place, where the error occured. + * to the place, where the error occurred. */ String emacsProperty =3D = project.getProperty("build.compiler.emacs"); if (emacsProperty !=3D null && = Project.toBoolean(emacsProperty)) { Index: src/main/org/apache/tools/ant/taskdefs/compilers/Kjc.java =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: = /home/cvspublic/ant/src/main/org/apache/tools/ant/taskdefs/compilers/Kjc= .java,v retrieving revision 1.13 diff -u -r1.13 Kjc.java --- src/main/org/apache/tools/ant/taskdefs/compilers/Kjc.java 19 Jul = 2003 08:11:01 -0000 1.13 +++ src/main/org/apache/tools/ant/taskdefs/compilers/Kjc.java 15 Sep = 2003 17:07:56 -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 @@ -111,7 +111,7 @@ protected Commandline setupKjcCommand() { Commandline cmd =3D new Commandline(); =20 - // generate classpath, because kjc does't support sourcepath. + // generate classpath, because kjc doesn't support sourcepath. Path classpath =3D getCompileClasspath(); =20 if (deprecation =3D=3D true) { Index: = src/main/org/apache/tools/ant/taskdefs/condition/ConditionBase.java =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: = /home/cvspublic/ant/src/main/org/apache/tools/ant/taskdefs/condition/Con= ditionBase.java,v retrieving revision 1.21 diff -u -r1.21 ConditionBase.java --- src/main/org/apache/tools/ant/taskdefs/condition/ConditionBase.java = 25 Jul 2003 08:28:21 -0000 1.21 +++ src/main/org/apache/tools/ant/taskdefs/condition/ConditionBase.java = 15 Sep 2003 17:07:56 -0000 @@ -253,7 +253,7 @@ } =20 /** - * Add an arbitary condition + * Add an arbitrary condition * @param c a condition * @since Ant 1.6 */ Index: src/main/org/apache/tools/ant/taskdefs/condition/Equals.java =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: = /home/cvspublic/ant/src/main/org/apache/tools/ant/taskdefs/condition/Equ= als.java,v retrieving revision 1.9 diff -u -r1.9 Equals.java --- src/main/org/apache/tools/ant/taskdefs/condition/Equals.java 25 Jul = 2003 08:28:21 -0000 1.9 +++ src/main/org/apache/tools/ant/taskdefs/condition/Equals.java 15 Sep = 2003 17:07:56 -0000 @@ -98,7 +98,7 @@ =20 /** * Should the comparison be case sensitive? - * @param b if true use a case sensitive comparision (this is the + * @param b if true use a case sensitive comparison (this is the * default) * @since Ant 1.5 */ ------_=_NextPart_000_01C37BD9.41C14250 Content-Type: text/plain; charset=us-ascii --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org For additional commands, e-mail: dev-help@ant.apache.org ------_=_NextPart_000_01C37BD9.41C14250--