summaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorKevin Steves <stevesk@cvs.openbsd.org>2006-02-13 23:15:20 +0000
committerKevin Steves <stevesk@cvs.openbsd.org>2006-02-13 23:15:20 +0000
commitc08c8d19172aaefc94bbbbf1824f9552ae7abe06 (patch)
tree960c79d90a994eae55e559b80d0cbdf0ebfe4e68 /usr.sbin
parentb5d223bcb9cce8a1a9d8563eaf5120b580d053cb (diff)
spelling in error message; ok otto@
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/httpd/src/main/http_main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/httpd/src/main/http_main.c b/usr.sbin/httpd/src/main/http_main.c
index c53ab9abdbb..f20f579128a 100644
--- a/usr.sbin/httpd/src/main/http_main.c
+++ b/usr.sbin/httpd/src/main/http_main.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: http_main.c,v 1.40 2006/02/11 19:15:57 otto Exp $ */
+/* $OpenBSD: http_main.c,v 1.41 2006/02/13 23:15:19 stevesk Exp $ */
/* ====================================================================
* The Apache Software License, Version 1.1
@@ -2950,7 +2950,7 @@ static void standalone_main(int argc, char **argv)
if (setresgid(ap_group_id, ap_group_id, ap_group_id) != 0 ||
setresuid(ap_user_id, ap_user_id, ap_user_id) != 0) {
ap_log_error(APLOG_MARK, APLOG_CRIT, server_conf,
- "can't drop priviliges!");
+ "can't drop privileges!");
exit(1);
} else
ap_log_error(APLOG_MARK, APLOG_NOERRNO|APLOG_NOTICE,