mirror of
https://github.com/caddyserver/caddy.git
synced 2024-11-22 05:59:00 +08:00
Fix spelling error (#3085)
This commit is contained in:
parent
6fb98ba188
commit
a2a41a5bdf
2
caddy.go
2
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.
|
||||
|
|
Loading…
Reference in New Issue
Block a user