diff options
Diffstat (limited to 'usr.sbin/lpd/frontend.c')
-rw-r--r-- | usr.sbin/lpd/frontend.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/lpd/frontend.c b/usr.sbin/lpd/frontend.c index bb285b14df4..4521ef7ec34 100644 --- a/usr.sbin/lpd/frontend.c +++ b/usr.sbin/lpd/frontend.c @@ -1,4 +1,4 @@ -/* $OpenBSD: frontend.c,v 1.2 2018/09/05 17:32:56 eric Exp $ */ +/* $OpenBSD: frontend.c,v 1.3 2022/12/28 21:30:17 jmc Exp $ */ /* * Copyright (c) 2017 Eric Faurot <eric@openbsd.org> @@ -79,7 +79,7 @@ frontend(int debug, int verbose) SPLAY_INIT(&conns); lpr_init(); - /* Drop priviledges. */ + /* Drop privileges. */ if ((pw = getpwnam(LPD_USER)) == NULL) fatal("%s: getpwnam: %s", __func__, LPD_USER); |