Next round of typos...

-- Larry

Index: 
src/main/org/apache/tools/ant/taskdefs/optional/depend/DirectoryIterator.java
===================================================================
RCS file: 
/home/cvspublic/ant/src/main/org/apache/tools/ant/taskdefs/optional/depend/DirectoryIterator.java,v
retrieving revision 1.10
diff -u -r1.10 DirectoryIterator.java
--- 
src/main/org/apache/tools/ant/taskdefs/optional/depend/DirectoryIterator.java   
    19 Jul 2003 08:11:03 -0000      1.10
+++ 
src/main/org/apache/tools/ant/taskdefs/optional/depend/DirectoryIterator.java   
    18 Sep 2003 20:42:53 -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
@@ -154,7 +154,7 @@
      * stack and a new iterator is created for the subdirectory. If the
      * entry is a file, it is returned as the next element and the iterator
      * remains valid. If there are no more entries in the current directory,
-     * the topmost iterator on the statck is popped off to become the
+     * the topmost iterator on the stack is popped off to become the
      * current iterator.
      *
      * @return the next ClassFile in the iteration.
Index: 
src/main/org/apache/tools/ant/taskdefs/optional/depend/JarFileIterator.java
===================================================================
RCS file: 
/home/cvspublic/ant/src/main/org/apache/tools/ant/taskdefs/optional/depend/JarFileIterator.java,v
retrieving revision 1.10
diff -u -r1.10 JarFileIterator.java
--- src/main/org/apache/tools/ant/taskdefs/optional/depend/JarFileIterator.java 
22 Apr 2003 07:35:15 -0000      1.10
+++ src/main/org/apache/tools/ant/taskdefs/optional/depend/JarFileIterator.java 
18 Sep 2003 20:42:53 -0000
@@ -69,10 +69,10 @@
     private ZipInputStream jarStream;
 
     /**
-     * Construct a iterartor over a jar stream
+     * Construct a iterator over a jar stream
      *
-     * @param stream the basic input stream from which the Jar is recived
-     * @exception IOException if the jar stream connot be created
+     * @param stream the basic input stream from which the Jar is received
+     * @exception IOException if the jar stream cannot be created
      */
     public JarFileIterator(InputStream stream) throws IOException {
         super();
Index: 
src/main/org/apache/tools/ant/taskdefs/optional/depend/constantpool/ConstantPool.java
===================================================================
RCS file: 
/home/cvspublic/ant/src/main/org/apache/tools/ant/taskdefs/optional/depend/constantpool/ConstantPool.java,v
retrieving revision 1.9
diff -u -r1.9 ConstantPool.java
--- 
src/main/org/apache/tools/ant/taskdefs/optional/depend/constantpool/ConstantPool.java
       19 Jul 2003 08:11:03 -0000      1.9
+++ 
src/main/org/apache/tools/ant/taskdefs/optional/depend/constantpool/ConstantPool.java
       18 Sep 2003 20:42:53 -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
@@ -250,7 +250,7 @@
      * @param methodClassName the name of the class which contains the
      *      method being referenced.
      * @param methodName the name of the method being referenced.
-     * @param methodType the type descriptor of the metho dbeing referenced.
+     * @param methodType the type descriptor of the method being referenced.
      * @return the index at which the given method ref entry occurs in the
      *      constant pool or -1 if the value does not occur.
      */
@@ -282,7 +282,7 @@
      * @param interfaceMethodClassName the name of the interface which
      *      contains the method being referenced.
      * @param interfaceMethodName the name of the method being referenced.
-     * @param interfaceMethodType the type descriptor of the metho dbeing
+     * @param interfaceMethodType the type descriptor of the method being
      *      referenced.
      * @return the index at which the given method ref entry occurs in the
      *      constant pool or -1 if the value does not occur.
Index: 
src/main/org/apache/tools/ant/taskdefs/optional/depend/constantpool/ConstantPoolEntry.java
===================================================================
RCS file: 
/home/cvspublic/ant/src/main/org/apache/tools/ant/taskdefs/optional/depend/constantpool/ConstantPoolEntry.java,v
retrieving revision 1.9
diff -u -r1.9 ConstantPoolEntry.java
--- 
src/main/org/apache/tools/ant/taskdefs/optional/depend/constantpool/ConstantPoolEntry.java
  5 Jul 2003 14:34:12 -0000       1.9
+++ 
src/main/org/apache/tools/ant/taskdefs/optional/depend/constantpool/ConstantPoolEntry.java
  18 Sep 2003 20:42:53 -0000
@@ -57,7 +57,7 @@
 import java.io.IOException;
 
 /**
- * An entry in the constant pool. This class contains a represenation of the
+ * An entry in the constant pool. This class contains a representation of the
  * constant pool entries. It is an abstract base class for all the different
  * forms of constant pool entry.
  *
@@ -111,12 +111,12 @@
     private int numEntries;
 
     /**
-     * A flag which indiciates if this entry has been resolved or not.
+     * A flag which indicates if this entry has been resolved or not.
      */
     private boolean resolved;
 
     /**
-     * Initialse the constant pool entry.
+     * Initialise the constant pool entry.
      *
      * @param tagValue the tag value which identifies which type of constant
      *      pool entry this is.
Index: 
src/main/org/apache/tools/ant/taskdefs/optional/depend/constantpool/FieldRefCPInfo.java
===================================================================
RCS file: 
/home/cvspublic/ant/src/main/org/apache/tools/ant/taskdefs/optional/depend/constantpool/FieldRefCPInfo.java,v
retrieving revision 1.9
diff -u -r1.9 FieldRefCPInfo.java
--- 
src/main/org/apache/tools/ant/taskdefs/optional/depend/constantpool/FieldRefCPInfo.java
     17 Jul 2003 10:36:28 -0000      1.9
+++ 
src/main/org/apache/tools/ant/taskdefs/optional/depend/constantpool/FieldRefCPInfo.java
     18 Sep 2003 20:42:53 -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
@@ -137,9 +137,9 @@
     }
 
     /**
-     * Gets the name of the class definint the field
+     * Gets the name of the class defining the field
      *
-     * @return the name of the class definint the field
+     * @return the name of the class defining the field
      */
     public String getFieldClassName() {
         return fieldClassName;
Index: 
src/main/org/apache/tools/ant/taskdefs/optional/depend/constantpool/InterfaceMethodRefCPInfo.java
===================================================================
RCS file: 
/home/cvspublic/ant/src/main/org/apache/tools/ant/taskdefs/optional/depend/constantpool/InterfaceMethodRefCPInfo.java,v
retrieving revision 1.8
diff -u -r1.8 InterfaceMethodRefCPInfo.java
--- 
src/main/org/apache/tools/ant/taskdefs/optional/depend/constantpool/InterfaceMethodRefCPInfo.java
   10 Feb 2003 14:13:47 -0000      1.8
+++ 
src/main/org/apache/tools/ant/taskdefs/optional/depend/constantpool/InterfaceMethodRefCPInfo.java
   18 Sep 2003 20:42:53 -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
@@ -62,7 +62,7 @@
  * @author Conor MacNeill
  */
 public class InterfaceMethodRefCPInfo extends ConstantPoolEntry {
-    /** the class name of the class defining the interafce method */
+    /** the class name of the class defining the interface method */
     private String interfaceMethodClassName;
     /** the name of the interface nmethod */
     private String interfaceMethodName;
Index: src/main/org/apache/tools/ant/taskdefs/optional/dotnet/CSharp.java
===================================================================
RCS file: 
/home/cvspublic/ant/src/main/org/apache/tools/ant/taskdefs/optional/dotnet/CSharp.java,v
retrieving revision 1.35
diff -u -r1.35 CSharp.java
--- src/main/org/apache/tools/ant/taskdefs/optional/dotnet/CSharp.java  1 Aug 
2003 05:55:16 -0000       1.35
+++ src/main/org/apache/tools/ant/taskdefs/optional/dotnet/CSharp.java  18 Sep 
2003 20:42:53 -0000
@@ -298,7 +298,7 @@
     /**
      *  query the incrementalflag
      *
-     [EMAIL PROTECTED]    true iff incremental compilation is turned on
+     [EMAIL PROTECTED]    true if incremental compilation is turned on
      */
     public boolean getIncremental() {
         return incremental;
Index: src/main/org/apache/tools/ant/taskdefs/optional/dotnet/DotnetCompile.java
===================================================================
RCS file: 
/home/cvspublic/ant/src/main/org/apache/tools/ant/taskdefs/optional/dotnet/DotnetCompile.java,v
retrieving revision 1.14
diff -u -r1.14 DotnetCompile.java
--- src/main/org/apache/tools/ant/taskdefs/optional/dotnet/DotnetCompile.java   
14 Aug 2003 07:02:34 -0000      1.14
+++ src/main/org/apache/tools/ant/taskdefs/optional/dotnet/DotnetCompile.java   
18 Sep 2003 20:42:54 -0000
@@ -133,7 +133,7 @@
     private boolean failOnError;
 
     /**
-     *  using the path approach didnt work as it could not handle the implicit
+     *  using the path approach didn't work as it could not handle the implicit
      *  execution path. Perhaps that could be extracted from the runtime and
      *  then the path approach would be viable
      */
@@ -169,11 +169,11 @@
      *  .dll;"+ extension and the poor developer has to know every library 
which
      *  is included why the compiler cant find classes on the path or in a
      *  directory, is a mystery. To reduce the need to be explicit, here is a
-     *  long list of the core libraries used in Beta-1 of .NET ommitting the
+     *  long list of the core libraries used in Beta-1 of .NET omitting the
      *  blatantly non portable (MS.win32.interop) and the .designer libraries.
      *  (ripping out Com was tempting) Casing is chosen to match that of the
      *  file system <i>exactly</i> so may work on a unix box too. there is no
-     *  need to reference mscorlib.dll, cos it is always there
+     *  need to reference mscorlib.dll, cause it is always there
      */
 
     protected static final String[] DEFAULT_REFERENCE_LIST_DOTNET_10 = 
{"Accessibility.dll",
Index: src/main/org/apache/tools/ant/taskdefs/optional/dotnet/Ildasm.java
===================================================================
RCS file: 
/home/cvspublic/ant/src/main/org/apache/tools/ant/taskdefs/optional/dotnet/Ildasm.java,v
retrieving revision 1.1
diff -u -r1.1 Ildasm.java
--- src/main/org/apache/tools/ant/taskdefs/optional/dotnet/Ildasm.java  6 Sep 
2003 07:09:59 -0000       1.1
+++ src/main/org/apache/tools/ant/taskdefs/optional/dotnet/Ildasm.java  18 Sep 
2003 20:42:54 -0000
@@ -220,7 +220,7 @@
     }
 
     /**
-     * enable or disable (default) the orginal bytes as comments
+     * enable or disable (default) the original bytes as comments
      * @param bytes
      */
     public void setBytes(boolean bytes) {
@@ -446,7 +446,7 @@
         }
 
         /**
-         * map from an encoding enum to an encoding opion
+         * map from an encoding enum to an encoding option
          * @param enumValue
          * @return
          */
Index: src/main/org/apache/tools/ant/taskdefs/optional/dotnet/ImportTypelib.java
===================================================================
RCS file: 
/home/cvspublic/ant/src/main/org/apache/tools/ant/taskdefs/optional/dotnet/ImportTypelib.java,v
retrieving revision 1.5
diff -u -r1.5 ImportTypelib.java
--- src/main/org/apache/tools/ant/taskdefs/optional/dotnet/ImportTypelib.java   
18 Jul 2003 14:21:23 -0000      1.5
+++ src/main/org/apache/tools/ant/taskdefs/optional/dotnet/ImportTypelib.java   
18 Sep 2003 20:42:54 -0000
@@ -65,14 +65,14 @@
  * by generating a binary assembly (.dll) that contains all the binding
  * metadata. Uses date timestamps to minimise rebuilds.
  * @since Ant 1.6
- * @uthor steve loughran
+ * @author steve loughran
  * @ant.task    name="ImportTypelib" category="dotnet"
  */
 public class ImportTypelib extends Task {
 
 
     /**
-     * input file; preceeds options
+     * input file; precedes options
      */
     private File srcFile;
 
Index: src/main/org/apache/tools/ant/taskdefs/optional/dotnet/NetCommand.java
===================================================================
RCS file: 
/home/cvspublic/ant/src/main/org/apache/tools/ant/taskdefs/optional/dotnet/NetCommand.java,v
retrieving revision 1.23
diff -u -r1.23 NetCommand.java
--- src/main/org/apache/tools/ant/taskdefs/optional/dotnet/NetCommand.java      
6 Sep 2003 07:09:59 -0000       1.23
+++ src/main/org/apache/tools/ant/taskdefs/optional/dotnet/NetCommand.java      
18 Sep 2003 20:42:54 -0000
@@ -95,7 +95,7 @@
     protected Task owner;
 
     /**
-     *  executabe
+     *  executable
      */
     protected Execute executable;
 
@@ -190,7 +190,7 @@
     /**
      *  verbose text log
      *
-     [EMAIL PROTECTED]  msg  string to add to log iff verbose is defined for 
the build
+     [EMAIL PROTECTED]  msg  string to add to log if verbose is defined for 
the build
      */
     protected void logVerbose(String msg) {
         owner.getProject().log(msg, Project.MSG_VERBOSE);
@@ -258,7 +258,7 @@
     /**
      *  Run the command using the given Execute instance.
      *
-     [EMAIL PROTECTED]  BuildException  iff something goes wrong and the
+     [EMAIL PROTECTED]  BuildException  if something goes wrong and the
      *      failOnError flag is true
      */
     public void runCommand()
Index: 
src/main/org/apache/tools/ant/taskdefs/optional/dotnet/VisualBasicCompile.java
===================================================================
RCS file: 
/home/cvspublic/ant/src/main/org/apache/tools/ant/taskdefs/optional/dotnet/VisualBasicCompile.java,v
retrieving revision 1.7
diff -u -r1.7 VisualBasicCompile.java
--- 
src/main/org/apache/tools/ant/taskdefs/optional/dotnet/VisualBasicCompile.java  
    1 Aug 2003 05:55:16 -0000       1.7
+++ 
src/main/org/apache/tools/ant/taskdefs/optional/dotnet/VisualBasicCompile.java  
    18 Sep 2003 20:42:54 -0000
@@ -204,7 +204,7 @@
     }
 
     /**
-     * Forn the option string for optionStrict.
+     * For the option string for optionStrict.
      * @return The parameter string.
      */
     public String getOptionStrictParameter() {
Index: 
src/main/org/apache/tools/ant/taskdefs/optional/ejb/BorlandDeploymentTool.java
===================================================================
RCS file: 
/home/cvspublic/ant/src/main/org/apache/tools/ant/taskdefs/optional/ejb/BorlandDeploymentTool.java,v
retrieving revision 1.27
diff -u -r1.27 BorlandDeploymentTool.java
--- 
src/main/org/apache/tools/ant/taskdefs/optional/ejb/BorlandDeploymentTool.java  
    25 Jul 2003 12:14:43 -0000      1.27
+++ 
src/main/org/apache/tools/ant/taskdefs/optional/ejb/BorlandDeploymentTool.java  
    18 Sep 2003 20:42:54 -0000
@@ -78,7 +78,7 @@
 /**
  * BorlandDeploymentTool is dedicated to the Borland Application Server 4.5 
and 4.5.1
  * This task generates and compiles the stubs and skeletons for all ejb 
described into the
- * Deployement Descriptor, builds the jar file including the support files and 
verify
+ * Deployment Descriptor, builds the jar file including the support files and 
verify
  * whether the produced jar is valid or not.
  * The supported options are:
  * <ul>
@@ -90,7 +90,7 @@
  *                           (see vbj com.inprise.ejb.util.Verify)</li>
  * <li>basdtd (String)     : location of the BAS DTD </li>
  * <li>generateclient (boolean) : turn on the client jar file generation </li>
- * <li>version (int)       : tell what is the borland appserver version 4 or 5 
</li>
+ * <li>version (int)       : tell what is the Borland appserver version 4 or 5 
</li>
  * </ul>
  *
  *<PRE>
@@ -144,12 +144,12 @@
     /** store additional param for java2iiop command used to build EJB Stubs */
     private String java2iioparams = null;
 
-    /** Instance variable that determines whetger the client jar file is 
generated */
+    /** Instance variable that determines whether the client jar file is 
generated */
     private boolean generateclient = false;
 
-    /** Borland Entreprise Server = version 5 */
+    /** Borland Enterprise Server = version 5 */
     static final int    BES       = 5;
-    /** Borland Application Server or Inprise Applcation Server  = version 4 */
+    /** Borland Application Server or Inprise Application Server  = version 4 
*/
     static final int    BAS       = 4;
 
     /** borland appserver version 4 or 5 */
@@ -191,7 +191,7 @@
 
     /**
      * sets some additional args to send to verify command
-     * @param args addtions command line parameters
+     * @param args additions command line parameters
      */
     public void setVerifyArgs(String args) {
         this.verifyArgs = args;
@@ -334,7 +334,7 @@
             }
             execTask.createArg().setValue("-verify");
             execTask.createArg().setValue("-src");
-            // ejb jar file to verfiy
+            // ejb jar file to verify
             execTask.createArg().setValue(sourceJar.getPath());
             log("Calling iastool", Project.MSG_VERBOSE);
             execTask.execute();
@@ -381,7 +381,7 @@
 
 
     /**
-     * Generate the client jar corresponding to the jar file passed as 
paremeter
+     * Generate the client jar corresponding to the jar file passed as 
parameter
      * the method uses the BorlandGenerateClient task.
      * @param sourceJar java.io.File representing the produced jar file
      */
@@ -413,7 +413,7 @@
     }
 
     /**
-     * Generate stubs & sketelton for each home found into the DD
+     * Generate stubs & skeleton for each home found into the DD
      * Add all the generate class file into the ejb files
      * @param ithomes : iterator on home class
      */
Index: 
src/main/org/apache/tools/ant/taskdefs/optional/ejb/BorlandGenerateClient.java
===================================================================
RCS file: 
/home/cvspublic/ant/src/main/org/apache/tools/ant/taskdefs/optional/ejb/BorlandGenerateClient.java,v
retrieving revision 1.15
diff -u -r1.15 BorlandGenerateClient.java
--- 
src/main/org/apache/tools/ant/taskdefs/optional/ejb/BorlandGenerateClient.java  
    19 Jul 2003 08:11:03 -0000      1.15
+++ 
src/main/org/apache/tools/ant/taskdefs/optional/ejb/BorlandGenerateClient.java  
    18 Sep 2003 20:42: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
@@ -69,7 +69,7 @@
  * input the EJB JAR file.
  *
  * Two mode are available: java mode (default) and fork mode. With the fork 
mode,
- * it is impossible to add classpath to the commmand line.
+ * it is impossible to add classpath to the command line.
  *
  * @author  <a href="mailto:[EMAIL PROTECTED]">Benoit Moussaud</a>
  *
@@ -163,7 +163,7 @@
      *
      * The work is actually done by creating a separate JVM to run a java task.
      *
-     * @exception BuildException if someting goes wrong with the build
+     * @exception BuildException if something goes wrong with the build
      */
     public void execute() throws BuildException {
         if (ejbjarfile == null || ejbjarfile.isDirectory()) {
Index: src/main/org/apache/tools/ant/taskdefs/optional/ejb/DDCreator.java
===================================================================
RCS file: 
/home/cvspublic/ant/src/main/org/apache/tools/ant/taskdefs/optional/ejb/DDCreator.java,v
retrieving revision 1.22
diff -u -r1.22 DDCreator.java
--- src/main/org/apache/tools/ant/taskdefs/optional/ejb/DDCreator.java  19 Jul 
2003 11:20:16 -0000      1.22
+++ src/main/org/apache/tools/ant/taskdefs/optional/ejb/DDCreator.java  18 Sep 
2003 20:42:54 -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
@@ -71,7 +71,7 @@
  */
 public class DDCreator extends MatchingTask {
     /**
-     * The root directory of the tree containing the textual deployment 
desciptors. The actual
+     * The root directory of the tree containing the textual deployment 
descriptors. The actual
      * deployment descriptor files are selected using include and exclude 
constructs
      * on the EJBC task, as supported by the MatchingTask superclass.
      */
@@ -98,7 +98,7 @@
      * the classpath, this also avoids having to start ant with the class path 
of the
      * project it is building.
      *
-     * @exception BuildException if someting goes wrong with the build
+     * @exception BuildException if something goes wrong with the build
      */
     public void execute() throws BuildException {
         if (descriptorDirectory == null
Index: src/main/org/apache/tools/ant/taskdefs/optional/ejb/DDCreatorHelper.java
===================================================================
RCS file: 
/home/cvspublic/ant/src/main/org/apache/tools/ant/taskdefs/optional/ejb/DDCreatorHelper.java,v
retrieving revision 1.13
diff -u -r1.13 DDCreatorHelper.java
--- src/main/org/apache/tools/ant/taskdefs/optional/ejb/DDCreatorHelper.java    
17 Jul 2003 10:36:28 -0000      1.13
+++ src/main/org/apache/tools/ant/taskdefs/optional/ejb/DDCreatorHelper.java    
18 Sep 2003 20:42:54 -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
@@ -68,12 +68,12 @@
  */
 public class DDCreatorHelper {
     /**
-     * The root directory of the tree containing the textual deployment 
desciptors.
+     * The root directory of the tree containing the textual deployment 
descriptors.
      */
     private File descriptorDirectory;
 
     /**
-     * The directory where generated serialised desployment descriptors are 
written.
+     * The directory where generated serialised deployment descriptors are 
written.
      */
     private File generatedFilesDirectory;
 
Index: 
src/main/org/apache/tools/ant/taskdefs/optional/ejb/DescriptorHandler.java
===================================================================
RCS file: 
/home/cvspublic/ant/src/main/org/apache/tools/ant/taskdefs/optional/ejb/DescriptorHandler.java,v
retrieving revision 1.29
diff -u -r1.29 DescriptorHandler.java
--- src/main/org/apache/tools/ant/taskdefs/optional/ejb/DescriptorHandler.java  
19 Jul 2003 11:20:16 -0000      1.29
+++ src/main/org/apache/tools/ant/taskdefs/optional/ejb/DescriptorHandler.java  
18 Sep 2003 20:42:54 -0000
@@ -377,7 +377,7 @@
             }
         }
 
-    // Get the value of the <ejb-name> tag.  Only the first occurence.
+    // Get the value of the <ejb-name> tag.  Only the first occurrence.
         if (currentElement.equals(EJB_NAME)) {
             if (ejbName == null) {
                 ejbName = currentText.trim();

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to