diff options
author | Colm MacCarthaigh <colm@apache.org> | 2006-04-01 00:06:14 +0200 |
---|---|---|
committer | Colm MacCarthaigh <colm@apache.org> | 2006-04-01 00:06:14 +0200 |
commit | 88a511e32e2bbc0f6ace49aa3279af458901c5f4 (patch) | |
tree | 465eb2a2cbab39462aaec5fc6574267cd622a63e /support/ab.c | |
parent | * Add siege-like behaviour to ApacheBench; output the results, as they have (diff) | |
download | apache2-88a511e32e2bbc0f6ace49aa3279af458901c5f4.tar.xz apache2-88a511e32e2bbc0f6ace49aa3279af458901c5f4.zip |
Correct a dumb typo
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@390519 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'support/ab.c')
-rw-r--r-- | support/ab.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/support/ab.c b/support/ab.c index 7c6f8b0e5c..63914aeefd 100644 --- a/support/ab.c +++ b/support/ab.c @@ -83,7 +83,7 @@ ** ** Version 2.3 ** SIGINT now triggers output_results(). - ** Conributed by colm, March 30, 2006 + ** Contributed by colm, March 30, 2006 **/ /* Note: this version string should start with \d+[\d\.]* and be a valid |