[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] fix trivial typo
Update of /home/or/cvsroot/src/common
In directory moria.mit.edu:/home2/arma/work/onion/cvs/src/common
Modified Files:
util.c
Log Message:
fix trivial typo
Index: util.c
===================================================================
RCS file: /home/or/cvsroot/src/common/util.c,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -d -r1.39 -r1.40
--- util.c 12 Nov 2003 19:34:19 -0000 1.39
+++ util.c 13 Nov 2003 06:45:59 -0000 1.40
@@ -654,7 +654,7 @@
}
}
- /* 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) {