It's section, not secti0on. Also, it's manifest, not maniofets.

-- Larry

Index: src/main/org/apache/tools/ant/taskdefs/ManifestTask.java
===================================================================
RCS file: 
/home/cvspublic/ant/src/main/org/apache/tools/ant/taskdefs/ManifestTask.java,v
retrieving revision 1.11
diff -u -r1.11 ManifestTask.java
--- src/main/org/apache/tools/ant/taskdefs/ManifestTask.java    19 Jul 2003 
11:20:12 -0000      1.11
+++ src/main/org/apache/tools/ant/taskdefs/ManifestTask.java    5 Sep 2003 
19:12:13 -0000
@@ -128,7 +128,7 @@
      *
      * @param section the manifest section to be added
      *
-     * @exception ManifestException if the secti0on is not valid.
+     * @exception ManifestException if the section is not valid.
      */
     public void addConfiguredSection(Manifest.Section section)
          throws ManifestException {
@@ -158,7 +158,7 @@
 
     /**
      * The encoding to use for reading in an existing manifest file
-     * @param encoding the maniofets file encoding.
+     * @param encoding the manifest file encoding.
      */
     public void setEncoding(String encoding) {
         this.encoding = encoding;

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

Reply via email to