aboutsummaryrefslogtreecommitdiff
path: root/src/common/util.c
diff options
context:
space:
mode:
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) {