소스 검색

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) {
   if (group) {
     gr = getgrnam(group);
     gr = getgrnam(group);
     if (gr == NULL) {
     if (gr == NULL) {