s/caph_enter_capser/caph_enter_casper/g

Reported by:	npn
This commit is contained in:
Mariusz Zaborski 2018-11-12 18:43:51 +00:00
parent 2607c01b66
commit 509e73d483
1 changed files with 1 additions and 1 deletions

View File

@ -146,7 +146,7 @@ main(int argc, char *argv[])
exit(1);
}
if (caph_enter_capser() < 0) {
if (caph_enter_casper() < 0) {
xo_warn("Unable to enter capability mode");
fileargs_free(fa);
exit(1);