From 9e109bcbac64cd09ee99d488d2a9824ed9443482 Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Mon, 8 Sep 2003 11:44:58 +0000 Subject: [PATCH] Typos found by Larry Shatzer git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275201 13f79535-47bb-0310-9956-ffa450edef68 --- src/main/org/apache/tools/ant/taskdefs/ManifestTask.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/org/apache/tools/ant/taskdefs/ManifestTask.java b/src/main/org/apache/tools/ant/taskdefs/ManifestTask.java index 7f8ffe460..9ee10117d 100644 --- a/src/main/org/apache/tools/ant/taskdefs/ManifestTask.java +++ b/src/main/org/apache/tools/ant/taskdefs/ManifestTask.java @@ -128,7 +128,7 @@ public class ManifestTask extends Task { * * @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 @@ public class ManifestTask extends Task { /** * 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;