Commit e4a4c0cc authored by Geoff Simmons's avatar Geoff Simmons

Typo

parent 7893f481
...@@ -7,7 +7,7 @@ http-echo is an HTTP server that echoes all requests in the response. ...@@ -7,7 +7,7 @@ http-echo is an HTTP server that echoes all requests in the response.
http-echo [-address host:port] [-log logfile] [-set_prefix prefix] http-echo [-address host:port] [-log logfile] [-set_prefix prefix]
[-version] [-version]
### DESCRIPTON ### DESCRIPTION
http-echo is an HTTP server that returns a brief summary of the request as well as the request header and body in the response body. It may also set response headers as specified in request headers that have a special prefix (default 'X-Set-') in the request header name. http-echo is an HTTP server that returns a brief summary of the request as well as the request header and body in the response body. It may also set response headers as specified in request headers that have a special prefix (default 'X-Set-') in the request header name.
......
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
// http-echo [-address host:port] [-log logfile] [-set_prefix prefix] // http-echo [-address host:port] [-log logfile] [-set_prefix prefix]
// [-version] // [-version]
// //
// DESCRIPTON // DESCRIPTION
// //
// http-echo is an HTTP server that returns a brief summary of the // http-echo is an HTTP server that returns a brief summary of the
// request as well as the request header and body in the response // request as well as the request header and body in the response
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment