sys: fix typo in prctl() error message

This commit is contained in:
Miroslav Lichvar 2014-08-25 17:24:58 +02:00
parent 1a795b04ee
commit 9f16445464

View file

@ -367,7 +367,7 @@ SYS_Linux_DropRoot(char *user)
}
if (prctl(PR_SET_KEEPCAPS, 1)) {
LOG_FATAL(LOGF_SysLinux, "prcap() failed");
LOG_FATAL(LOGF_SysLinux, "prctl() failed");
}
if (setgroups(0, NULL)) {