fix trivial typo

svn:r808
This commit is contained in:
Roger Dingledine
2003-11-13 06:45:59 +00:00
parent 91e2caaa08
commit 812edd73df
+1 -1
View File
@@ -654,7 +654,7 @@ int switch_id(char *user, char *group) {
}
}
/* switch the group first, while we still have the priveledges to do so */
/* switch the group first, while we still have the privileges to do so */
if (group) {
gr = getgrnam(group);
if (gr == NULL) {