start-stop-daemon: fix typo in error message
This commit is contained in:
parent
8b247dd5d8
commit
dd5a6fa60f
@ -780,7 +780,7 @@ int main(int argc, char **argv)
|
|||||||
|
|
||||||
if (nicelevel) {
|
if (nicelevel) {
|
||||||
if (setpriority(PRIO_PROCESS, mypid, nicelevel) == -1)
|
if (setpriority(PRIO_PROCESS, mypid, nicelevel) == -1)
|
||||||
eerrorx("%s: setpritory %d: %s",
|
eerrorx("%s: setpriority %d: %s",
|
||||||
applet, nicelevel,
|
applet, nicelevel,
|
||||||
strerror(errno));
|
strerror(errno));
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user