]> git.cameronkatri.com Git - pw-darwin.git/commitdiff
libutil: minor spelling fixes.
authorPedro F. Giffuni <pfg@FreeBSD.org>
Wed, 18 May 2016 15:25:45 +0000 (15:25 +0000)
committerPedro F. Giffuni <pfg@FreeBSD.org>
Wed, 18 May 2016 15:25:45 +0000 (15:25 +0000)
libutil/login_cap.c

index 8915d0af279e8636b0990e9eaa977a8700dad13c..9c8d4a689750c078e728316ca3fea805d641bbbb 100644 (file)
@@ -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.
  */