diff options
author | Roger Dingledine <arma@torproject.org> | 2003-11-13 06:45:59 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2003-11-13 06:45:59 +0000 |
commit | cc8ce64cb2940b9e740fa23579209adcb203905c (patch) | |
tree | a73b67975b0444e6a69f57ecbbcd6d5584db017e /src/common/util.c | |
parent | aac29076daf7350e6d0f3f0a1f83177fd3e8b011 (diff) | |
download | tor-cc8ce64cb2940b9e740fa23579209adcb203905c.tar tor-cc8ce64cb2940b9e740fa23579209adcb203905c.tar.gz |
fix trivial typo
svn:r808
Diffstat (limited to 'src/common/util.c')
-rw-r--r-- | src/common/util.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/util.c b/src/common/util.c index af0f32231..d8adc05f3 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) { |