fix typos

This commit is contained in:
Luna 2025-05-02 18:44:53 -03:00
parent 8434492b18
commit 6e3705a6df

View file

@ -1,8 +1,8 @@
local function webfingerInit(cfg) local function searchInit(cfg)
return {} -- no ctx return {} -- no ctx
end end
local function webfingerCallback(cfg, _ctx) local function searchCallback(cfg, _ctx)
local h, err = ngx.req.get_headers() local h, err = ngx.req.get_headers()
if err == "truncated" then if err == "truncated" then