diff options
Diffstat (limited to 'src/libtls/tls_alert.h')
-rw-r--r-- | src/libtls/tls_alert.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libtls/tls_alert.h b/src/libtls/tls_alert.h index 95ba4d91b..8ce50f83d 100644 --- a/src/libtls/tls_alert.h +++ b/src/libtls/tls_alert.h @@ -98,7 +98,7 @@ struct tls_alert_t { /** * Did a fatal alert occur?. * - * @return TRUE if a fatal alert has occured + * @return TRUE if a fatal alert has occurred */ bool (*fatal)(tls_alert_t *this); |