From e87c3352722f1e9f7cc4a1adf86496f6bea8029a Mon Sep 17 00:00:00 2001 From: Tom Cosgrove Date: Mon, 5 Dec 2022 12:08:26 +0000 Subject: [PATCH] Fix another typo where 'PSK' was 'PKS' Signed-off-by: Tom Cosgrove --- library/ssl_cli.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/ssl_cli.c b/library/ssl_cli.c index 2655b4b50..b40ddb70b 100644 --- a/library/ssl_cli.c +++ b/library/ssl_cli.c @@ -2860,7 +2860,7 @@ static int ssl_parse_server_psk_hint( mbedtls_ssl_context *ssl, } /* - * Note: we currently ignore the PKS identity hint, as we only allow one + * Note: we currently ignore the PSK identity hint, as we only allow one * PSK to be provisioned on the client. This could be changed later if * someone needs that feature. */