浏览代码

fix trivial typo

svn:r808
Roger Dingledine 22 年之前
父节点
当前提交
cc8ce64cb2
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/common/util.c

+ 1 - 1
src/common/util.c

@@ -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) {