From fd56a8d74b9c1b9f7005fbc003d98f1253cd5eee Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Fri, 17 Sep 2021 15:06:51 -0400 Subject: Import LibreSSL 3.4.0 --- tls_util.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tls_util.c') diff --git a/tls_util.c b/tls_util.c index b144fb1..d8103a5 100644 --- a/tls_util.c +++ b/tls_util.c @@ -1,4 +1,4 @@ -/* $OpenBSD: tls_util.c,v 1.14 2019/04/13 18:47:58 tb Exp $ */ +/* $OpenBSD: tls_util.c,v 1.15 2021/08/16 13:54:38 tb Exp $ */ /* * Copyright (c) 2014 Joel Sing * Copyright (c) 2014 Ted Unangst @@ -92,7 +92,7 @@ tls_host_port(const char *hostport, char **host, char **port) *p++ = '\0'; } - /* Find the port seperator. */ + /* Find the port separator. */ if ((p = strchr(p, ':')) == NULL) goto done; -- cgit 1.4.1