summaryrefslogtreecommitdiff
path: root/usr.bin/wc
diff options
context:
space:
mode:
authorMariusz Zaborski <oshogbo@FreeBSD.org>2018-11-12 18:43:51 +0000
committerMariusz Zaborski <oshogbo@FreeBSD.org>2018-11-12 18:43:51 +0000
commit509e73d4831ef82280019042b63b1c806d21e224 (patch)
treef23ff9d246284f0fd9b65cf93b172c4a738ec4fa /usr.bin/wc
parent2607c01b662e8c1b697e0aab729b8ca28d3bc45e (diff)
downloadsrc-test-509e73d4831ef82280019042b63b1c806d21e224.tar.gz
src-test-509e73d4831ef82280019042b63b1c806d21e224.zip
s/caph_enter_capser/caph_enter_casper/g
Reported by: npn
Notes
Notes: svn path=/head/; revision=340382
Diffstat (limited to 'usr.bin/wc')
-rw-r--r--usr.bin/wc/wc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/wc/wc.c b/usr.bin/wc/wc.c
index 744e4a6715f5d..0517b67de69de 100644
--- a/usr.bin/wc/wc.c
+++ b/usr.bin/wc/wc.c
@@ -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);