chore(quic): make spell check happy

This commit is contained in:
William Yang 2023-02-15 22:09:52 +01:00
parent b81b62c639
commit fef0a9375c
2 changed files with 3 additions and 2 deletions

View File

@ -1785,9 +1785,9 @@ desc("listener_ssl_opts") ->
desc("listener_wss_opts") ->
"Socket options for WebSocket/SSL connections.";
desc("fields_mqtt_quic_listener_certfile") ->
"Path to the certificate file. Will be deprecated in 5.1, use .ssl_options.certfile instead.";
"Path to the certificate file. Will be deprecated in 5.1, use '.ssl_options.certfile' instead.";
desc("fields_mqtt_quic_listener_keyfile") ->
"Path to the secret key file. Will be deprecated in 5.1, use .ssl_options.keyfile instead.";
"Path to the secret key file. Will be deprecated in 5.1, use '.ssl_options.keyfile' instead.";
desc("listener_quic_ssl_opts") ->
"TLS options for QUIC transport.";
desc("ssl_client_opts") ->

View File

@ -160,6 +160,7 @@ jenkins
jq
kb
keepalive
keyfile
libcoap
lifecycle
localhost