Fix a minor comment typo: priveleged = privileged.

This commit is contained in:
Giorgos Keramidas 2004-11-18 12:20:52 +00:00
parent 8c355b0889
commit d6c85264cd
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=137857

View File

@ -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;