diff options
| author | Giorgos Keramidas <keramida@FreeBSD.org> | 2004-11-18 12:20:52 +0000 |
|---|---|---|
| committer | Giorgos Keramidas <keramida@FreeBSD.org> | 2004-11-18 12:20:52 +0000 |
| commit | d6c85264cd68306b8f47867b0a8cd1e260874f0c (patch) | |
| tree | 0fa5ebfbda0b2318f3b2212d2b3747bbb7b9741d /usr.sbin/syslogd | |
| parent | 8c355b08895c92abe5fe4ecbe0f34f3cfb94ea1a (diff) | |
Notes
Diffstat (limited to 'usr.sbin/syslogd')
| -rw-r--r-- | usr.sbin/syslogd/syslogd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/syslogd/syslogd.c b/usr.sbin/syslogd/syslogd.c index ac4abd81bb55..e9059b850e66 100644 --- a/usr.sbin/syslogd/syslogd.c +++ b/usr.sbin/syslogd/syslogd.c @@ -130,7 +130,7 @@ const char ctty[] = _PATH_CONSOLE; /* * Unix sockets. * We have two default sockets, one with 666 permissions, - * and one for priveleged programs + * and one for privileged programs. */ struct funix { int s; |
