You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by am...@apache.org on 2018/09/19 14:35:32 UTC

[trafficserver] branch master updated: Corrects typo in argument name

This is an automated email from the ASF dual-hosted git repository.

amc pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


The following commit(s) were added to refs/heads/master by this push:
     new 7d091ec  Corrects typo in argument name
7d091ec is described below

commit 7d091ec83b2d10abb427d546932cbbc9358790aa
Author: Derek Dagit <de...@oath.com>
AuthorDate: Tue Sep 18 15:42:06 2018 -0500

    Corrects typo in argument name
---
 doc/developer-guide/api/functions/TSMimeHdrFieldGet.en.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/developer-guide/api/functions/TSMimeHdrFieldGet.en.rst b/doc/developer-guide/api/functions/TSMimeHdrFieldGet.en.rst
index 6e16e7a..27cbdc3 100644
--- a/doc/developer-guide/api/functions/TSMimeHdrFieldGet.en.rst
+++ b/doc/developer-guide/api/functions/TSMimeHdrFieldGet.en.rst
@@ -32,7 +32,7 @@ Description
 ===========
 
 Retrieves the location of a specified MIME field within the MIME
-header located at :arg:`hdr_loc` within :arg:`bufp`.
+header located at :arg:`hdr` within :arg:`bufp`.
 
 The :arg:`idx` parameter specifies which field to retrieve.  The fields are
 numbered from :literal:`0` to ``TSMimeHdrFieldsCount(bufp, hdr_loc)`` - 1.  If