aboutsummaryrefslogtreecommitdiff
path: root/src/common/util.c
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2003-11-13 06:45:59 +0000
committerRoger Dingledine <arma@torproject.org>2003-11-13 06:45:59 +0000
commitcc8ce64cb2940b9e740fa23579209adcb203905c (patch)
treea73b67975b0444e6a69f57ecbbcd6d5584db017e /src/common/util.c
parentaac29076daf7350e6d0f3f0a1f83177fd3e8b011 (diff)
downloadtor-cc8ce64cb2940b9e740fa23579209adcb203905c.tar
tor-cc8ce64cb2940b9e740fa23579209adcb203905c.tar.gz
fix trivial typo
svn:r808
Diffstat (limited to 'src/common/util.c')
-rw-r--r--src/common/util.c2
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) {