Repository: trafficserver Updated Branches: refs/heads/master c266e4e9c -> 750b063be
doc: fix a typo in sample-null-transformation-plugin.en.rst This closes #296 Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/750b063b Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/750b063b Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/750b063b Branch: refs/heads/master Commit: 750b063bea116a683da1f4e239e563b60cf31ec9 Parents: c266e4e Author: RocFang <[email protected]> Authored: Thu Sep 17 21:49:19 2015 -0700 Committer: James Peach <[email protected]> Committed: Thu Sep 17 21:49:19 2015 -0700 ---------------------------------------------------------------------- .../sample-null-transformation-plugin.en.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver/blob/750b063b/doc/sdk/http-transformation-plugin/sample-null-transformation-plugin.en.rst ---------------------------------------------------------------------- diff --git a/doc/sdk/http-transformation-plugin/sample-null-transformation-plugin.en.rst b/doc/sdk/http-transformation-plugin/sample-null-transformation-plugin.en.rst index 603470c..ac500f2 100644 --- a/doc/sdk/http-transformation-plugin/sample-null-transformation-plugin.en.rst +++ b/doc/sdk/http-transformation-plugin/sample-null-transformation-plugin.en.rst @@ -98,7 +98,7 @@ Below is an overview of the null transform plugin: .. code-block:: c - output_conn = TSTransformOutputVConnGet (con + output_conn = TSTransformOutputVConnGet (contp); 5. Get a handle to the input VIO. (See the ``handle_transform`` function.)
