diff options
author | Josh Soref <2119212+jsoref@users.noreply.github.com> | 2021-06-17 10:02:30 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-17 15:02:30 +0100 |
commit | fd88b756fc20dedea15a8a08c21e8f7af6612e4e (patch) | |
tree | 81faaface4f605d329848b0c9b7dae8c7dad5b7f /include/modules/ns_cert.h | |
parent | 8d1bc95faf095984dcc39b4c51de5bc5051b9a12 (diff) |
Fix various spelling issues (#274).
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>.
Diffstat (limited to 'include/modules/ns_cert.h')
-rw-r--r-- | include/modules/ns_cert.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/modules/ns_cert.h b/include/modules/ns_cert.h index 0b06d8f5e..a84276b52 100644 --- a/include/modules/ns_cert.h +++ b/include/modules/ns_cert.h @@ -26,7 +26,7 @@ struct NSCertList /** Get an entry from the nick's cert list by index * - * @param entry Index in the certificaate list vector to retrieve + * @param entry Index in the certificate list vector to retrieve * @return The fingerprint entry of the given index if within bounds, an empty string if the vector is empty or the index is out of bounds * * Retrieves an entry from the certificate list corresponding to the given index. |