You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by ez...@apache.org on 2022/12/06 17:34:18 UTC

[trafficserver] branch master updated: fix a type mistake (#9231)

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

eze 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 959669684 fix a type mistake (#9231)
959669684 is described below

commit 959669684c26659463220dfbd481ad362a04e1c0
Author: TidyBear <xi...@zte.com.cn>
AuthorDate: Wed Dec 7 01:34:11 2022 +0800

    fix a type mistake (#9231)
    
    $ cat plugin.config
      cache_range_requests.so
---
 doc/admin-guide/plugins/cache_range_requests.en.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/admin-guide/plugins/cache_range_requests.en.rst b/doc/admin-guide/plugins/cache_range_requests.en.rst
index a20b77141..59f62f941 100644
--- a/doc/admin-guide/plugins/cache_range_requests.en.rst
+++ b/doc/admin-guide/plugins/cache_range_requests.en.rst
@@ -75,7 +75,7 @@ Global instance
 .. code::
 
   $ cat plugin.config
-  cache_range_request.so
+  cache_range_requests.so
 
 
 Per-remap instance