diff options
author | 2015-07-15 17:11:14 +0000 | |
---|---|---|
committer | 2015-07-15 17:11:14 +0000 | |
commit | 7fc69e4af8f1b04b69fd07bb54d83aa350f6ceb5 (patch) | |
tree | 24e2e6b344add8240438826e6e0d7450c26e827c | |
parent | Document default locations for TLS certificate and key. (diff) | |
download | wireguard-openbsd-7fc69e4af8f1b04b69fd07bb54d83aa350f6ceb5.tar.xz wireguard-openbsd-7fc69e4af8f1b04b69fd07bb54d83aa350f6ceb5.zip |
Fix typo in comment.
-rw-r--r-- | usr.sbin/httpd/server.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/httpd/server.c b/usr.sbin/httpd/server.c index d28b67b90c6..5973cb72a9e 100644 --- a/usr.sbin/httpd/server.c +++ b/usr.sbin/httpd/server.c @@ -1,4 +1,4 @@ -/* $OpenBSD: server.c,v 1.66 2015/07/15 16:00:39 jsing Exp $ */ +/* $OpenBSD: server.c,v 1.67 2015/07/15 17:11:14 jsing Exp $ */ /* * Copyright (c) 2006 - 2015 Reyk Floeter <reyk@openbsd.org> @@ -935,7 +935,7 @@ server_accept(int fd, short event, void *arg) close(s); free(clt); /* - * the client struct was not completly set up, but still + * the client struct was not completely set up, but still * counted as an inflight client. account for this. */ server_inflight_dec(NULL, __func__); |