Skip to content

Commit 7489bb2

Browse files
author
tb
committed
typo in comment
1 parent fe94d5e commit 7489bb2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lib/libtls/tls_util.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* $OpenBSD: tls_util.c,v 1.14 2019/04/13 18:47:58 tb Exp $ */
1+
/* $OpenBSD: tls_util.c,v 1.15 2021/08/16 13:54:38 tb Exp $ */
22
/*
33
* Copyright (c) 2014 Joel Sing <jsing@openbsd.org>
44
* Copyright (c) 2014 Ted Unangst <tedu@openbsd.org>
@@ -92,7 +92,7 @@ tls_host_port(const char *hostport, char **host, char **port)
9292
*p++ = '\0';
9393
}
9494

95-
/* Find the port seperator. */
95+
/* Find the port separator. */
9696
if ((p = strchr(p, ':')) == NULL)
9797
goto done;
9898

0 commit comments

Comments
 (0)