Skip to content

Commit dfd7fd3

Browse files
committed
chore: typo fixes
1 parent 403dcfc commit dfd7fd3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/ngx_stream_lua_ssl_certby.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ ngx_stream_lua_ssl_cert_aborted(void *data)
400400
{
401401
ngx_stream_lua_ssl_ctx_t *cctx = data;
402402

403-
dd("lua ssl cert done");
403+
dd("lua ssl cert aborted");
404404

405405
if (cctx->done) {
406406
/* completed successfully already */

src/ngx_stream_lua_ssl_client_helloby.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ ngx_stream_lua_ssl_client_hello_aborted(void *data)
392392
{
393393
ngx_stream_lua_ssl_ctx_t *cctx = data;
394394

395-
dd("lua ssl client hello done");
395+
dd("lua ssl client hello aborted");
396396

397397
if (cctx->done) {
398398
/* completed successfully already */

0 commit comments

Comments
 (0)