From a2a41a5bdf61b6822761be98904cf7f1cb96a96a Mon Sep 17 00:00:00 2001 From: Success Go Date: Thu, 27 Feb 2020 13:22:40 +0800 Subject: Fix spelling error (#3085) --- caddy.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'caddy.go') diff --git a/caddy.go b/caddy.go index dc4ea9e..d4c35a9 100644 --- a/caddy.go +++ b/caddy.go @@ -190,7 +190,7 @@ func readConfig(path string, out io.Writer) error { return unsyncedConfigAccess(http.MethodGet, path, nil, out) } -// indexConfigObjects recurisvely searches ptr for object fields named +// indexConfigObjects recursively searches ptr for object fields named // "@id" and maps that ID value to the full configPath in the index. // This function is NOT safe for concurrent access; obtain a write lock // on currentCfgMu. -- cgit v1.2.3