From: Roger Dingledine Date: Thu, 13 Nov 2003 06:45:59 +0000 (+0000) Subject: fix trivial typo X-Git-Tag: tor-0.0.2pre14~42 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cc8ce64cb2940b9e740fa23579209adcb203905c;p=thirdparty%2Ftor.git fix trivial typo svn:r808 --- diff --git a/src/common/util.c b/src/common/util.c index af0f32231a..d8adc05f3d 100644 --- a/src/common/util.c +++ b/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) {