Updated Branches: refs/heads/master 4ca561e4d -> ed93dcbf7
Fix typo in comment Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/0a780409 Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/0a780409 Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/0a780409 Branch: refs/heads/master Commit: 0a78040907eac332fc4f0da231e066caca4bf057 Parents: 4ca561e Author: James Peach <[email protected]> Authored: Fri May 10 15:58:08 2013 -0700 Committer: James Peach <[email protected]> Committed: Fri May 10 15:58:08 2013 -0700 ---------------------------------------------------------------------- iocore/net/I_NetProcessor.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver/blob/0a780409/iocore/net/I_NetProcessor.h ---------------------------------------------------------------------- diff --git a/iocore/net/I_NetProcessor.h b/iocore/net/I_NetProcessor.h index 685db5d..80f6882 100644 --- a/iocore/net/I_NetProcessor.h +++ b/iocore/net/I_NetProcessor.h @@ -281,7 +281,7 @@ extern inkcoreapi NetProcessor& netProcessor; /** Global netProcessor singleton object for making ssl enabled net - calls. As far as the SM is concerned this behaves excatly like + calls. As far as the SM is concerned this behaves exactly like netProcessor. The only difference is that the connections are over ssl.
