mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-09 20:41:14 +00:00
docs: Fix some typos
This commit is contained in:

committed by
Zhang Xiao Yan

parent
bf1b16554a
commit
62d4115e08
@@ -128,7 +128,7 @@ struct httpd_ssl_config {
|
||||
* The callback is only applicable when CONFIG_ESP_HTTPS_SERVER_CERT_SELECT_HOOK is enabled in menuconfig */
|
||||
esp_https_server_cert_select_cb cert_select_cb;
|
||||
|
||||
/** Application protocols the server supports in order of prefernece.
|
||||
/** Application protocols the server supports in order of preference.
|
||||
* Used for negotiating during the TLS handshake, first one the client supports is selected.
|
||||
* The data structure must live as long as the https server itself */
|
||||
const char** alpn_protos;
|
||||
|
Reference in New Issue
Block a user