diff options
author | Success Go <gaodacheng@protonmail.ch> | 2020-02-27 13:22:40 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-27 00:22:40 -0500 |
commit | a2a41a5bdf61b6822761be98904cf7f1cb96a96a (patch) | |
tree | 8798590d89a26142f2d4be4729111337f7579077 | |
parent | 6fb98ba1880d5f3f6ede4f407b0c9f80f7c7daa6 (diff) |
Fix spelling error (#3085)
-rw-r--r-- | caddy.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |