Skip to content

Commit db9d72c

Browse files
committed
Typo fixes in the description of output values
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1331942 13f79535-47bb-0310-9956-ffa450edef68
1 parent ab64c63 commit db9d72c

3 files changed

Lines changed: 10 additions & 10 deletions

File tree

docs/man/ab.1

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
.el .ne 3
2020
.IP "\\$1" \\$2
2121
..
22-
.TH "AB" 1 "2012-04-04" "Apache HTTP Server" "ab"
22+
.TH "AB" 1 "2012-04-29" "Apache HTTP Server" "ab"
2323

2424
.SH NAME
2525
ab \- Apache HTTP server benchmarking tool
@@ -156,16 +156,16 @@ Document Path
156156
The request URI parsed from the command line string\&.
157157
.TP
158158
Document Length
159-
This is size in bytes of the first succesfully returning document\&. If the document length changes during testing, the response is considered an error\&.
159+
This is size in bytes of the first successfully returning document\&. If the document length changes during testing, the response is considered an error\&.
160160
.TP
161161
Concurrency Level
162162
The number of concurrent clients used during the test
163163
.TP
164164
Time taken for tests
165-
This is the time taken from the moment the first socket connection is created to the moment the last response is recieved
165+
This is the time taken from the moment the first socket connection is created to the moment the last response is received
166166
.TP
167167
Complete requests
168-
The number of successful responses recieved
168+
The number of successful responses received
169169
.TP
170170
Failed requests
171171
The number of requests that were considered a failure\&. If the number is greater than zero, another line will be printed showing the number of requests that failed due to connecting, reading, incorrect content length, or exceptions\&.

docs/manual/programs/ab.html.en

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@
237237
<dd>The request URI parsed from the command line string.</dd>
238238

239239
<dt>Document Length</dt>
240-
<dd>This is size in bytes of the first succesfully returning document.
240+
<dd>This is size in bytes of the first successfully returning document.
241241
If the document length changes during testing, the response is
242242
considered an error.</dd>
243243

@@ -246,10 +246,10 @@
246246

247247
<dt>Time taken for tests</dt>
248248
<dd>This is the time taken from the moment the first socket connection
249-
is created to the moment the last response is recieved</dd>
249+
is created to the moment the last response is received</dd>
250250

251251
<dt>Complete requests</dt>
252-
<dd>The number of successful responses recieved</dd>
252+
<dd>The number of successful responses received</dd>
253253

254254
<dt>Failed requests</dt>
255255
<dd>The number of requests that were considered a failure. If the

docs/manual/programs/ab.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@
232232
<dd>The request URI parsed from the command line string.</dd>
233233

234234
<dt>Document Length</dt>
235-
<dd>This is size in bytes of the first succesfully returning document.
235+
<dd>This is size in bytes of the first successfully returning document.
236236
If the document length changes during testing, the response is
237237
considered an error.</dd>
238238

@@ -241,10 +241,10 @@
241241

242242
<dt>Time taken for tests</dt>
243243
<dd>This is the time taken from the moment the first socket connection
244-
is created to the moment the last response is recieved</dd>
244+
is created to the moment the last response is received</dd>
245245

246246
<dt>Complete requests</dt>
247-
<dd>The number of successful responses recieved</dd>
247+
<dd>The number of successful responses received</dd>
248248

249249
<dt>Failed requests</dt>
250250
<dd>The number of requests that were considered a failure. If the

0 commit comments

Comments
 (0)