summaryrefslogtreecommitdiffstats
path: root/libutil
diff options
context:
space:
mode:
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.
*/