diff options
Diffstat (limited to 'usr.sbin/httpd/server.c')
| -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__); |
