typo in comment
authortb <tb@openbsd.org>
Mon, 16 Aug 2021 13:54:38 +0000 (13:54 +0000)
committertb <tb@openbsd.org>
Mon, 16 Aug 2021 13:54:38 +0000 (13:54 +0000)
lib/libtls/tls_util.c

index b144fb1..d8103a5 100644 (file)
@@ -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 <jsing@openbsd.org>
  * Copyright (c) 2014 Ted Unangst <tedu@openbsd.org>
@@ -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;