From d43dfde099f95029309eec46e9649dd7f61bf5d2 Mon Sep 17 00:00:00 2001 From: tb <> Date: Mon, 16 Aug 2021 13:54:38 +0000 Subject: typo in comment --- src/lib/libtls/tls_util.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib/libtls/tls_util.c') diff --git a/src/lib/libtls/tls_util.c b/src/lib/libtls/tls_util.c index b144fb1eae..d8103a506c 100644 --- a/src/lib/libtls/tls_util.c +++ b/src/lib/libtls/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 v1.2.3-55-g6feb