diff options
author | Daniel Gruno <humbedooh@apache.org> | 2012-04-29 18:31:58 +0200 |
---|---|---|
committer | Daniel Gruno <humbedooh@apache.org> | 2012-04-29 18:31:58 +0200 |
commit | 58957f02c7d6d1609853307cf8495d5898878dda (patch) | |
tree | e4cc47654a4f99fee579765d3b1a75dbb5cb2962 /docs/manual/programs/ab.xml | |
parent | Typo fix (diff) | |
download | apache2-58957f02c7d6d1609853307cf8495d5898878dda.tar.xz apache2-58957f02c7d6d1609853307cf8495d5898878dda.zip |
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
Diffstat (limited to 'docs/manual/programs/ab.xml')
-rw-r--r-- | docs/manual/programs/ab.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/manual/programs/ab.xml b/docs/manual/programs/ab.xml index b782548a09..61dca37973 100644 --- a/docs/manual/programs/ab.xml +++ b/docs/manual/programs/ab.xml @@ -232,7 +232,7 @@ <dd>The request URI parsed from the command line string.</dd> <dt>Document Length</dt> - <dd>This is size in bytes of the first succesfully returning document. + <dd>This is size in bytes of the first successfully returning document. If the document length changes during testing, the response is considered an error.</dd> @@ -241,10 +241,10 @@ <dt>Time taken for tests</dt> <dd>This is the time taken from the moment the first socket connection - is created to the moment the last response is recieved</dd> + is created to the moment the last response is received</dd> <dt>Complete requests</dt> - <dd>The number of successful responses recieved</dd> + <dd>The number of successful responses received</dd> <dt>Failed requests</dt> <dd>The number of requests that were considered a failure. If the |