summaryrefslogtreecommitdiffstats
path: root/support/suexec.c
diff options
context:
space:
mode:
Diffstat (limited to 'support/suexec.c')
-rw-r--r--support/suexec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/support/suexec.c b/support/suexec.c
index 16c8e6e5a3..cb8e126965 100644
--- a/support/suexec.c
+++ b/support/suexec.c
@@ -381,7 +381,7 @@ int main(int argc, char *argv[])
}
else {
if ((pw = getpwuid(atoi(target_uname))) == NULL) {
- log_err("invalud target user id: (%s)\n", target_uname);
+ log_err("invalid target user id: (%s)\n", target_uname);
exit(121);
}
}