Skip to content

Commit 06e45b4

Browse files
committed
ignore(typo): address review comments
1 parent ded7b85 commit 06e45b4

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

src/main/xar-resources/data/ant-tasks/ant-tasks.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -254,13 +254,13 @@
254254
<varlistentry>
255255
<term><code>resources</code></term>
256256
<listitem>
257-
<para>If <code>true</code> return a list of resources.</para>
257+
<para>If <code>true</code> returns a list of resources.</para>
258258
</listitem>
259259
</varlistentry>
260260
<varlistentry>
261261
<term><code>collections</code></term>
262262
<listitem>
263-
<para>If <code>true</code> return a list of collections.</para>
263+
<para>If <code>true</code> returns a list of collections.</para>
264264
</listitem>
265265
</varlistentry>
266266
<varlistentry>
@@ -731,7 +731,7 @@
731731
<varlistentry>
732732
<term><code>name</code></term>
733733
<listitem>
734-
<para>Takes thename of the new group.</para>
734+
<para>Takes the groupname of the new group.</para>
735735
</listitem>
736736
</varlistentry>
737737
</variablelist>

src/main/xar-resources/data/jmx/jmx.xml

+5-5
Original file line numberDiff line numberDiff line change
@@ -96,13 +96,13 @@
9696
<varlistentry>
9797
<term><code>-d, --db</code></term>
9898
<listitem>
99-
<para>Display general info about the db instance.</para>
99+
<para>Displays general information about the db instance.</para>
100100
</listitem>
101101
</varlistentry>
102102
<varlistentry>
103103
<term><code>-h, --help</code></term>
104104
<listitem>
105-
<para>Print help on command line options and exit.</para>
105+
<para>Prints help on command line options and exit.</para>
106106
</listitem>
107107
</varlistentry>
108108
<varlistentry>
@@ -114,7 +114,7 @@
114114
<varlistentry>
115115
<term><code>-l, --locks</code></term>
116116
<listitem>
117-
<para>lock manager: display locking information on all threads currently
117+
<para>lock manager: displays locking information on all threads currently
118118
waiting for a lock on a resource or collection. Useful to debug
119119
deadlocks. During normal operation, the list will usually be empty
120120
(means: no blocked threads).</para>
@@ -123,7 +123,7 @@
123123
<varlistentry>
124124
<term><code>-m, --memory</code></term>
125125
<listitem>
126-
<para>Display info on free and total memory. Can be combined with other parameters.</para>
126+
<para>Displays info on free and total memory. Can be combined with other parameters.</para>
127127
</listitem>
128128
</varlistentry>
129129
<varlistentry>
@@ -141,7 +141,7 @@
141141
<varlistentry>
142142
<term><code>-w, --wait</code> <tag>argument</tag></term>
143143
<listitem>
144-
<para> while displaying server statistics: keep retrieving statistics, but wait the specified number of seconds between calls.</para>
144+
<para> while displaying server statistics: keeps retrieving statistics, but waits the specified number of seconds between calls.</para>
145145
</listitem>
146146
</varlistentry>
147147
</variablelist>

0 commit comments

Comments
 (0)