From: Miroslav Lichvar Date: Mon, 25 Aug 2014 15:24:58 +0000 (+0200) Subject: sys: fix typo in prctl() error message X-Git-Tag: 1.31~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9f16445464a518910f17ba88773bd9cf9f04486d;p=thirdparty%2Fchrony.git sys: fix typo in prctl() error message --- diff --git a/sys_linux.c b/sys_linux.c index b8229ddc..a8af8dfc 100644 --- a/sys_linux.c +++ b/sys_linux.c @@ -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)) {