From 1fb630b7df7d65c436f7486266671f9eb942067c Mon Sep 17 00:00:00 2001 From: David Timber Date: Sat, 5 Nov 2022 19:19:30 +0800 Subject: Doc and source comment spelling check --- src/bne.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/bne.h') diff --git a/src/bne.h b/src/bne.h index 1adf723..543fe75 100644 --- a/src/bne.h +++ b/src/bne.h @@ -93,7 +93,7 @@ typedef enum prne_bne_vector prne_bne_vector_t; struct prne_bne_param { // The cred dict to use for brute force login (optional) const prne_cred_dict_t *cred_dict; - // The SSL config object for authoritive heartbeat client connections + // The SSL config object for authoritative heartbeat client connections // (optional) mbedtls_ssl_config *htbt_ssl_conf; /** -- cgit