Browse Source

Typos found by Larry Shatzer

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275201 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 22 years ago
parent
commit
9e109bcbac
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/main/org/apache/tools/ant/taskdefs/ManifestTask.java

+ 2
- 2
src/main/org/apache/tools/ant/taskdefs/ManifestTask.java View File

@@ -128,7 +128,7 @@ public class ManifestTask extends Task {
* *
* @param section the manifest section to be added * @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) public void addConfiguredSection(Manifest.Section section)
throws ManifestException { throws ManifestException {
@@ -158,7 +158,7 @@ public class ManifestTask extends Task {


/** /**
* The encoding to use for reading in an existing manifest file * 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) { public void setEncoding(String encoding) {
this.encoding = encoding; this.encoding = encoding;


Loading…
Cancel
Save