diff --git a/manual/Tasks/ear.html b/manual/Tasks/ear.html
index 4479f1766..0138317d6 100644
--- a/manual/Tasks/ear.html
+++ b/manual/Tasks/ear.html
@@ -227,7 +227,7 @@ to a value other than its default, "add"
.
createUnicodeExtraFields |
Whether to create unicode extra fields to store
the file names a second time inside the entry's metadata.
- Possible values are "never", "always" and "not-encodable"
+ Possible values are "never", "always" and "not-encodeable"
which will only add Unicode extra fields if the file name cannot
be encoded using the specified encoding.
Since Ant 1.8.0.
diff --git a/manual/Tasks/jar.html b/manual/Tasks/jar.html
index 65eca04b2..1d20d140d 100644
--- a/manual/Tasks/jar.html
+++ b/manual/Tasks/jar.html
@@ -283,7 +283,7 @@ to a value other than its default, "add" .
| createUnicodeExtraFields |
Whether to create unicode extra fields to store
the file names a second time inside the entry's metadata.
- Possible values are "never", "always" and "not-encodable"
+ Possible values are "never", "always" and "not-encodeable"
which will only add Unicode extra fields if the file name cannot
be encoded using the specified encoding.
Since Ant 1.8.0.
diff --git a/manual/Tasks/war.html b/manual/Tasks/war.html
index f29774496..a84742e09 100644
--- a/manual/Tasks/war.html
+++ b/manual/Tasks/war.html
@@ -230,7 +230,7 @@ to a value other than its default, "add" .
| createUnicodeExtraFields |
Whether to create unicode extra fields to store
the file names a second time inside the entry's metadata.
- Possible values are "never", "always" and "not-encodable"
+ Possible values are "never", "always" and "not-encodeable"
which will only add Unicode extra fields if the file name cannot
be encoded using the specified encoding.
Since Ant 1.8.0.
diff --git a/manual/Tasks/zip.html b/manual/Tasks/zip.html
index 37e2bc746..395f97bd7 100644
--- a/manual/Tasks/zip.html
+++ b/manual/Tasks/zip.html
@@ -256,7 +256,7 @@ archive.
| createUnicodeExtraFields |
Whether to create unicode extra fields to store
the file names a second time inside the entry's metadata.
- Possible values are "never", "always" and "not-encodable"
+ Possible values are "never", "always" and "not-encodeable"
which will only add Unicode extra fields if the file name cannot
be encoded using the specified encoding.
Since Ant 1.8.0.
|