From 107a8994dff8237bcb145577010c0fce4281d254 Mon Sep 17 00:00:00 2001 From: Conor MacNeill Date: Sun, 9 Feb 2003 22:10:57 +0000 Subject: [PATCH] Fix typo git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274026 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/CoreTasks/exec.html | 2 +- docs/manual/CoreTasks/java.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/manual/CoreTasks/exec.html b/docs/manual/CoreTasks/exec.html index 6005b446c..73ced0e96 100644 --- a/docs/manual/CoreTasks/exec.html +++ b/docs/manual/CoreTasks/exec.html @@ -102,7 +102,7 @@ Windows executable and is not aware of Cygwin conventions. inputstring A string which serves as the input stream for the executed command. This attribute is mutually exclusive with the - inputstring attribute. + input attribute. No diff --git a/docs/manual/CoreTasks/java.html b/docs/manual/CoreTasks/java.html index e076f2c33..4b63fa7e7 100644 --- a/docs/manual/CoreTasks/java.html +++ b/docs/manual/CoreTasks/java.html @@ -140,7 +140,7 @@ JVM. inputstring A string which serves as the input stream for the executed command. This attribute is mutually exclusive with the - inputstring attribute. + input attribute. No