diff options
author | Joel Sing <jsing@cvs.openbsd.org> | 2015-07-15 17:11:15 +0000 |
---|---|---|
committer | Joel Sing <jsing@cvs.openbsd.org> | 2015-07-15 17:11:15 +0000 |
commit | 6b69931a80a04f67d830c18ac6ad4970aaa51933 (patch) | |
tree | 167d7c508b4265d8c64c3978420ca2e98ef4c3f3 /usr.sbin/httpd | |
parent | 35a7cbe1c31daa40eeea5bc48cce2a9b50fd7453 (diff) |
Fix typo in comment.
Diffstat (limited to 'usr.sbin/httpd')
-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__); |