mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
fix trivial typo
svn:r808
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user