Skip to content

Commit 5fc48a4

Browse files
committed
assorted spelling fixes by Lajos Veres - closes apache#4
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1572981 13f79535-47bb-0310-9956-ffa450edef68
1 parent 38f4bc6 commit 5fc48a4

41 files changed

Lines changed: 79 additions & 74 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CONTRIBUTORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,7 @@ Kevin Z Grey
203203
Kim Hansen
204204
Kirk Wylie
205205
Kyle Adams
206+
Lajos Veres
206207
Larry Shatzer
207208
Larry Streepy
208209
Les Hughes

WHATSNEW

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1224,7 +1224,7 @@ Changes that could break older environments:
12241224
Bugzilla Report 46506.
12251225

12261226
* <copy> silently ignored missing resources even with
1227-
failOnError="true". If your build tries to copy non-existant
1227+
failOnError="true". If your build tries to copy non-existent
12281228
resources and you relied on this behavior you must now explicitly
12291229
set failOnError to false.
12301230
Bugzilla Report 47362.
@@ -1377,7 +1377,7 @@ Fixed bugs:
13771377
Bugzilla Report 45607.
13781378

13791379
* only <formatter>s that logged to a file were notified if forked VM
1380-
crashed or a timeout occured in <junit>.
1380+
crashed or a timeout occurred in <junit>.
13811381
Bugzilla Report 37312.
13821382

13831383
* ant -v -version would print the version information twice.
@@ -1475,7 +1475,7 @@ Fixed bugs:
14751475
of the file system).
14761476
Bugzilla Report 43665.
14771477

1478-
* <sshexec> didn't store the ouput in outputproperty if the remote
1478+
* <sshexec> didn't store the output in outputproperty if the remote
14791479
command failed.
14801480
Bugzilla Report 46340.
14811481

@@ -1748,7 +1748,7 @@ Other changes:
17481748

17491749
* A new listener for <junit> has been added that tries to invoke the
17501750
tearDown method of a TestCase if that TestCase was run in a forked
1751-
VM and the VM crashed or a timeout occured. See the <junit> task's
1751+
VM and the VM crashed or a timeout occurred. See the <junit> task's
17521752
manual page for details.
17531753
Bugzilla Report 37241.
17541754

@@ -1879,7 +1879,7 @@ Other changes:
18791879
* <xslt> now fails early if a specified stylesheet doesn't exist.
18801880
Bugzilla Report 34525.
18811881

1882-
* <xslt> now has an option to supress transformer warnings. This
1882+
* <xslt> now has an option to suppress transformer warnings. This
18831883
option only has an effect for processors that support this feature;
18841884
the "trax" processor included with Ant does support it.
18851885
Bugzilla Report 18897.
@@ -2790,7 +2790,7 @@ Other changes:
27902790
* Upgraded XML API and parser to Xerces 2.8.1
27912791

27922792
* A code review of some threaded logic has tightened up the synchronization
2793-
of Watchdog, ExecuteWatchdog and ExecuteJava, which could reduce the occurence
2793+
of Watchdog, ExecuteWatchdog and ExecuteJava, which could reduce the occurrence
27942794
of race conditions here, especially on Java1.5+.
27952795

27962796
* Allow broken reference build files. The defer reference processing would
@@ -3368,7 +3368,7 @@ Fixed bugs:
33683368

33693369
* FTP task, getTimeDiff method was returning wrong value. Bugzilla 30595.
33703370

3371-
* make sure that Zip and its derivates call the createEmptyZip method when
3371+
* make sure that Zip and its derivatives call the createEmptyZip method when
33723372
there are no resources to zip/jar/...
33733373

33743374
* Zip task was not zipping when only empty directories were found.
@@ -3946,7 +3946,7 @@ Fixed bugs:
39463946
than seven characters. Bugzilla Report 18105.
39473947

39483948
* <copy> and <move>'s failonerror didn't apply to filesets pointing to
3949-
non-existant directories. Bugzilla Report 18414.
3949+
non-existent directories. Bugzilla Report 18414.
39503950

39513951
* The <stripjavacomments> filter sometimes removed parts of string
39523952
constants. Bugzilla Report 17441.
@@ -4061,7 +4061,7 @@ Fixed bugs:
40614061
* ftp put with chmod failed when the remote system was UNIX and local system
40624062
Windows. Bugzilla Report 23143.
40634063

4064-
* ftp did not set the ascii mode explicity, causing problems with ftp servers
4064+
* ftp did not set the ascii mode explicitly, causing problems with ftp servers
40654065
having binary as default
40664066

40674067
* ftp was not able to download files when they were pointed to by symbolic
@@ -5204,7 +5204,7 @@ Other changes:
52045204
or a file.
52055205

52065206
* New tasks <bzip2> and <bunzip2> to pack and unpack files using the
5207-
BZip2 alogrithm.
5207+
BZip2 algorithm.
52085208

52095209
* New tasks <replaceregexp>, <checksum>, <translate>, <waitfor>,
52105210
<manifest>, <vsscp>, <vssadd>, <vsscreate>, <splash>, <basename>, <dirname>,
@@ -5504,7 +5504,7 @@ Changes that could break older environments:
55045504
other tasks. This can break customer listeners which do not expect messages
55055505
from a task before the previous task has finished.
55065506

5507-
* Ant now installs its own ouput stream into System.out to route output to the
5507+
* Ant now installs its own output stream into System.out to route output to the
55085508
task currently executing on the current thread. This also means that all
55095509
output is now routed as Ant message events. Customer listeners and loggers
55105510
should not call System.out at any time. This has always been true but such
@@ -5622,7 +5622,7 @@ Other changes:
56225622

56235623
* added vmlauncher attribute to exec tasks. This defaults to true. If
56245624
it is set to false, the VM's ability to launch commands in bypassed
5625-
and the OS shell, either directly or through the auxillary antRun
5625+
and the OS shell, either directly or through the auxiliary antRun
56265626
scripts is used.
56275627

56285628
* regexp mapper now supports the java.util.regex package of JDK 1.4.

contributors.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -839,6 +839,10 @@
839839
<first>Kyle</first>
840840
<last>Adams</last>
841841
</name>
842+
<name>
843+
<first>Lajos</first>
844+
<last>Veres</last>
845+
</name>
842846
<name>
843847
<first>Larry</first>
844848
<last>Shatzer</last>

manual/Tasks/conditions.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ <h4><a name="socket">socket</a></h4>
255255
<h4><a name="filesmatch">filesmatch</a></h4>
256256
<p>Test two files for matching. Nonexistence of one file results in "false",
257257
although if neither exists they are considered equal in terms of content.
258-
This test does a byte for byte comparision, so test time scales with
258+
This test does a byte for byte comparison, so test time scales with
259259
byte size. NB: if the files are different sizes, one of them is missing
260260
or the filenames match the answer is so obvious the detailed test is omitted.
261261

@@ -306,7 +306,7 @@ <h4><a name="contains">contains</a></h4>
306306
</tr>
307307
<tr>
308308
<td valign="top">casesensitive</td>
309-
<td valign="top">Perform a case sensitive comparision. Default is
309+
<td valign="top">Perform a case sensitive comparison. Default is
310310
true.</td>
311311
<td valign="top" align="center">No</td>
312312
</tr>
@@ -753,7 +753,7 @@ <h4><a name="resourcecount">resourcecount</a></h4>
753753
<h4><a name="resourcesmatch">resourcesmatch</a></h4>
754754
<p>Test resources for matching. Nonexistence of one or more resources results in
755755
"false", although if none exists they are considered equal in terms of content.
756-
By default this test does a byte for byte comparision, so test time scales with
756+
By default this test does a byte for byte comparison, so test time scales with
757757
byte size. NB: if the files are different sizes, one of them is missing
758758
or the filenames match the answer is so obvious the detailed test is omitted.
759759
The resources to check are specified as nested
@@ -805,7 +805,7 @@ <h4><a name="resourcecontains">resourcecontains</a></h4>
805805
</tr>
806806
<tr>
807807
<td valign="top">casesensitive</td>
808-
<td valign="top">Perform a case sensitive comparision. Default is
808+
<td valign="top">Perform a case sensitive comparison. Default is
809809
true.</td>
810810
<td valign="top" align="center">No</td>
811811
</tr>
@@ -1071,7 +1071,7 @@ <h4><a name="islastmodified">islastmodified</a></h4>
10711071

10721072
<h4><a name="resourceexists">resourceexists</a></h4>
10731073

1074-
<p>Tests a resource for existance. <em>since Ant 1.8.0</em></p>
1074+
<p>Tests a resource for existence. <em>since Ant 1.8.0</em></p>
10751075

10761076
<p>The actual resource to test is specified as a nested element.</p>
10771077

manual/Tasks/local.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ <h3>Description</h3>
3737
in the buildfile. <b>Since Ant 1.8</b></p>
3838

3939
<p>A property is made local if the <code>&lt;local&gt;</code> task
40-
preceedes its definition. See the examples section.</p>
40+
precedes its definition. See the examples section.</p>
4141

4242
<h3>Parameters</h3>
4343
<table border="1" cellpadding="2" cellspacing="0">

manual/Tasks/style.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ <h3>Parameters</h3>
225225
<td valign="top" align="center">No</td>
226226
</tr>
227227
<tr>
228-
<td valign="top">supressWarnings</td>
228+
<td valign="top">suppressWarnings</td>
229229
<td valign="top">Whether processor warnings shall be suppressed.
230230
This option requires support by the processor, it is supported by
231231
the trax processor bundled with Ant.

manual/Types/patternset.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ <h4><code>includesfile</code> and <code>excludesfile</code></h4>
9898
attributes or elements. Using the attribute, you can only specify a
9999
single file of each type, while the nested elements can be specified
100100
more than once - the nested elements also support if/unless attributes
101-
you can use to test the existance of a property.</p>
101+
you can use to test the existence of a property.</p>
102102
<table border="1" cellpadding="2" cellspacing="0">
103103
<tr>
104104
<td valign="top"><b>Attribute</b></td>

manual/install.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ <h3>Bundled in Java applications</h3>
105105
runtime. Such distributions are usually unsupported by everyone. Particularly
106106
troublesome are those products that not only ship with their own Ant release,
107107
they add their own version of ANT.BAT or ant.sh to the PATH. If Ant starts
108-
behaving wierdly after installing something, try the
108+
behaving weirdly after installing something, try the
109109
<a href="#diagnostics">diagnostics</a> advice.
110110
</p>
111111

manual/targets.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ <h1><a name="targets">Targets</a></h1>
9494

9595
<p>Only one propertyname can be specified in the if/unless
9696
clause. If you want to check multiple conditions, you can use a
97-
dependend target for computing the result for the check:</p>
97+
dependent target for computing the result for the check:</p>
9898

9999
<blockquote><pre>
100100
&lt;target name="myTarget" depends="myTarget.check" if="myTarget.run"&gt;

manual/tutorial-tasks-filesets-properties.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -301,9 +301,9 @@ <h2><a name="filesets">Using filesets</a></h2>
301301
is a common way, because we separate the prerequisites from the real work. On <b>//2</b> we iterate
302302
over all nested filesets. If we don't want to handle multiple filesets, the <tt>addFileset()</tt>
303303
method has to reject the further calls. We can get the result of a fileset via its DirectoryScanner
304-
like done in <b>//3</b>. After that we create a platform independend String representation of
304+
like done in <b>//3</b>. After that we create a platform independent String representation of
305305
the file path (<b>//4</b>, can be done in other ways of course). We have to do the <tt>replace()</tt>,
306-
because we work with a simple string comparison. Ant itself is platform independant and can
306+
because we work with a simple string comparison. Ant itself is platform independent and can
307307
therefore run on filesystems with slash (/, e.g. Linux) or backslash (\, e.g. Windows) as
308308
path separator. Therefore we have to unify that. If we found our file we create an absolute
309309
path representation on <b>//5</b>, so that we can use that information without knowing the basedir.

0 commit comments

Comments
 (0)