Skip to content
Snippets Groups Projects
Commit cc8ce64c authored by Roger Dingledine's avatar Roger Dingledine
Browse files

fix trivial typo

svn:r808
parent aac29076
Branches
Tags
No related merge requests found
......@@ -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) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment