]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
fix trivial typo
authorRoger Dingledine <arma@torproject.org>
Thu, 13 Nov 2003 06:45:59 +0000 (06:45 +0000)
committerRoger Dingledine <arma@torproject.org>
Thu, 13 Nov 2003 06:45:59 +0000 (06:45 +0000)
svn:r808

src/common/util.c

index af0f32231a59c1fe85d9a179ee9d8e35757e301e..d8adc05f3d8cd0455e20c3acbcf8d93a83dfba90 100644 (file)
@@ -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) {