From c93ff27734493f9e4531ec0630bc07dbdff1f787 Mon Sep 17 00:00:00 2001 From: Stephane Bailliez Date: Fri, 5 Aug 2005 14:53:43 +0000 Subject: [PATCH] Fixed typo git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278487 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/CoreTasks/sql.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/manual/CoreTasks/sql.html b/docs/manual/CoreTasks/sql.html index b30f79aaf..ef55e6b1f 100644 --- a/docs/manual/CoreTasks/sql.html +++ b/docs/manual/CoreTasks/sql.html @@ -130,14 +130,14 @@ and abort execution and transaction and fail task.

delimitertype Control whether the delimiter will only be recognized on a line by itself.
Can be "normal" -anywhere on the line, or "row", meaning it must be on a line by itself - No (defaul:normal) + No (default:normal) keepformat Control whether the format of the sql will be preserved.
Usefull when loading packages and procedures. - No (defaul=false) + No (default=false) @@ -147,7 +147,7 @@ and abort execution and transaction and fail task.

See Statement's API docs for details. since Ant 1.6. - No (defaul=true) + No (default=true)