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;