summaryrefslogtreecommitdiffstats
path: root/libutil
diff options
context:
space:
mode:
authorPedro F. Giffuni <pfg@FreeBSD.org>2016-05-18 15:25:45 +0000
committerPedro F. Giffuni <pfg@FreeBSD.org>2016-05-18 15:25:45 +0000
commitb05f0f68b0bba4ffbd664928f8c8e1c97b460496 (patch)
tree7a0f065b7c3979bd3eb6da373bff36e00d768d51 /libutil
parent43a4c1fb04198fbbe485d55de4a1056d3ec23d2d (diff)
downloadpw-darwin-b05f0f68b0bba4ffbd664928f8c8e1c97b460496.tar.gz
pw-darwin-b05f0f68b0bba4ffbd664928f8c8e1c97b460496.tar.zst
pw-darwin-b05f0f68b0bba4ffbd664928f8c8e1c97b460496.zip
libutil: minor spelling fixes.
Diffstat (limited to 'libutil')
-rw-r--r--libutil/login_cap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libutil/login_cap.c b/libutil/login_cap.c
index 8915d0a..9c8d4a6 100644
--- a/libutil/login_cap.c
+++ b/libutil/login_cap.c
@@ -742,7 +742,7 @@ login_getcapsize(login_cap_t *lc, const char *cap, rlim_t def, rlim_t error)
/*
* login_getcapbool()
- * From the login_cap_t <lc>, check for the existance of the capability
+ * From the login_cap_t <lc>, check for the existence of the capability
* of <cap>. Return <def> if <lc>->lc_cap is NULL, otherwise return
* the whether or not <cap> exists there.
*/