1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-28 00:21:48 +03:00

Fix typos

This commit is contained in:
Paul Bakker
2014-05-22 15:47:58 +02:00
parent c6ece49890
commit 1ebc0c592c
5 changed files with 8 additions and 8 deletions

View File

@ -136,7 +136,7 @@ struct options
int ticket_timeout; /* session ticket lifetime */
int cache_max; /* max number of session cache entries */
int cache_timeout; /* expiration delay of session cache entries */
char *sni; /* string decribing sni information */
char *sni; /* string describing sni information */
const char *alpn_string; /* ALPN supported protocols */
} opt;