From 0c15aeca6498e4243b048edebcd26daa40bb1a25 Mon Sep 17 00:00:00 2001
From: Jan Materne
Date: Tue, 2 Sep 2003 16:24:02 +0000
Subject: [PATCH] spell check
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275171 13f79535-47bb-0310-9956-ffa450edef68
---
docs/manual/CoreTasks/exec.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/manual/CoreTasks/exec.html b/docs/manual/CoreTasks/exec.html
index b8bf488dc..014ac301c 100644
--- a/docs/manual/CoreTasks/exec.html
+++ b/docs/manual/CoreTasks/exec.html
@@ -178,7 +178,7 @@ interpretation of exit codes.
resolveExecutable |
When this attribute is true, the name of the executable
if resolved firstly against the project basedir and
- if that doe snot exist, against the execution
+ if that does not exist, against the execution
directory if specified. On Unix systems, if you only
want to allow execution of commands in the user's path,
set this to false. |