From 620d540bd47a96fb6905fbbdd8ea5167a8841a3e Mon Sep 17 00:00:00 2001 From: FdaSilvaYY Date: Thu, 10 Mar 2016 21:34:48 +0100 Subject: various spelling fixes Reviewed-by: Richard Levitte Reviewed-by: Rich Salz --- apps/apps.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/apps.c') diff --git a/apps/apps.c b/apps/apps.c index 7ba12fea5a..4104553045 100644 --- a/apps/apps.c +++ b/apps/apps.c @@ -1964,9 +1964,9 @@ void policies_print(X509_STORE_CTX *ctx) * in a format suitable for passing to SSL_CTX_set_next_protos_advertised. * outlen: (output) set to the length of the resulting buffer on success. * err: (maybe NULL) on failure, an error message line is written to this BIO. - * in: a NUL termianted string like "abc,def,ghi" + * in: a NUL terminated string like "abc,def,ghi" * - * returns: a malloced buffer or NULL on failure. + * returns: a malloc'd buffer or NULL on failure. */ unsigned char *next_protos_parse(size_t *outlen, const char *in) { -- cgit v1.2.3