Kaynağa Gözat

fix trivial typo

svn:r808
Roger Dingledine 22 yıl önce
ebeveyn
işleme
cc8ce64cb2
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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) {