From 812edd73dfd2da0f455b6e04f7f53a515ebd9cc6 Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Thu, 13 Nov 2003 06:45:59 +0000 Subject: [PATCH] fix trivial typo svn:r808 --- trunk/src/common/util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trunk/src/common/util.c b/trunk/src/common/util.c index af0f32231a..d8adc05f3d 100644 --- a/trunk/src/common/util.c +++ b/trunk/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) {