Skip to content

Commit f7a7af1

Browse files
catbro666pintsized
authored andcommitted
fix typo
1 parent a62778c commit f7a7af1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/resty/http_connect.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ local function connect(self, options)
213213
-- convert from `void*` to `EVP_PKEY*`
214214
local key, err = lib_pkey.new(ffi_cast("EVP_PKEY*", ssl_client_priv_key))
215215
if not key then
216-
return nil, string_format("failed to new the pkey: %s": err)
216+
return nil, string_format("failed to new the pkey: %s", err)
217217
end
218218
-- should not free the cdata passed in
219219
ffi_gc(key.ctx, nil)

0 commit comments

Comments
 (0)