From: Joseph Sutton Date: Thu, 21 Sep 2023 21:16:04 +0000 (+1200) Subject: s4:lib: Fix code spelling X-Git-Tag: talloc-2.4.2~1056 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c73456d7bd48b2293f63d44e0ed6b2a563bbb2b8;p=thirdparty%2Fsamba.git s4:lib: Fix code spelling Signed-off-by: Joseph Sutton Reviewed-by: Andrew Bartlett --- diff --git a/source4/lib/tls/tls_tstream.c b/source4/lib/tls/tls_tstream.c index 58500a54ac5..5e0c56b0102 100644 --- a/source4/lib/tls/tls_tstream.c +++ b/source4/lib/tls/tls_tstream.c @@ -1520,7 +1520,7 @@ static void tstream_tls_retry_handshake(struct tstream_context *stream) status & GNUTLS_CERT_EXPIRED ? "expired " : "", status & GNUTLS_CERT_UNEXPECTED_OWNER ? - "unexptected_owner " : "")); + "unexpected_owner " : "")); tlss->error = EINVAL; tevent_req_error(req, tlss->error); return;