Updated Branches: refs/heads/master 8793e8cbb -> e7e392423
Fix a typo. Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/e7e39242 Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/e7e39242 Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/e7e39242 Branch: refs/heads/master Commit: e7e39242372e6023e8039152f9f1be9f0be64084 Parents: 8793e8c Author: Igor GaliÄ <[email protected]> Authored: Wed May 23 00:04:47 2012 +0200 Committer: Igor GaliÄ <[email protected]> Committed: Wed May 23 00:04:47 2012 +0200 ---------------------------------------------------------------------- proxy/config/ssl_multicert.config.default | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver/blob/e7e39242/proxy/config/ssl_multicert.config.default ---------------------------------------------------------------------- diff --git a/proxy/config/ssl_multicert.config.default b/proxy/config/ssl_multicert.config.default index 2c21808..de05832 100644 --- a/proxy/config/ssl_multicert.config.default +++ b/proxy/config/ssl_multicert.config.default @@ -19,7 +19,7 @@ # The IP (v4 or v6) address that the certificate should be presented # on. This is now only used as a fallback in the case that the TLS # SubjectNameIndication extension is not supported. If ADDRESS is -# '*', the certificate will be used as teh default fallback if no +# '*', the certificate will be used as the default fallback if no # other match can be made. # # ssl_key_name=FILENAME
