]> git.ipfire.org Git - thirdparty/shadow.git/commitdiff
libmisc: fix grammar
authorSamanta Navarro <ferivoz@riseup.net>
Fri, 30 Dec 2022 11:51:42 +0000 (11:51 +0000)
committerSerge Hallyn <serge@hallyn.com>
Fri, 27 Jan 2023 04:44:39 +0000 (22:44 -0600)
Signed-off-by: Samanta Navarro <ferivoz@riseup.net>
libmisc/xgetXXbyYY.c
libmisc/xgetgrnam.c
libmisc/xgetpwnam.c
libmisc/xgetspnam.c

index 6a3f9693f58925b497c3858175242b43d4a82d35..a9d9290ce0815e4dd39d38f7e3c2475b1d50898f 100644 (file)
@@ -23,7 +23,7 @@
  *  Two important function classes that fall into this category are
  *  getpwnam(3) and syslog(3).
  *
- * This file provide wrapper to the getpwnam or getpwnam_r functions.
+ * This file provides wrapper to the getpwnam or getpwnam_r functions.
  */
 
 #include <unistd.h>
index 877ec03acef0d3785863e66ad660490a2f628d9a..c4dcbc886bfbd3df1c789fead493b04b7d42a997 100644 (file)
@@ -23,7 +23,7 @@
  *  Two important function classes that fall into this category are
  *  getpwnam(3) and syslog(3).
  *
- * This file provide wrapper to the getpwnam or getpwnam_r functions.
+ * This file provides wrapper to the getpwnam or getpwnam_r functions.
  */
 
 #include <config.h>
index f0083cbbffc028029f17a69ede94b2b5f29f548a..4387e798d1be5531accbd2ffa2879b31d1f94c84 100644 (file)
@@ -23,7 +23,7 @@
  *  Two important function classes that fall into this category are
  *  getpwnam(3) and syslog(3).
  *
- * This file provide wrapper to the getpwnam or getpwnam_r functions.
+ * This file provides wrapper to the getpwnam or getpwnam_r functions.
  */
 
 #include <config.h>
index 148185f43149cd4877e470356bf2ef0ca4b2b9d8..cf848635253ca233ff965c88a14a53f5880b5d72 100644 (file)
@@ -23,7 +23,7 @@
  *  Two important function classes that fall into this category are
  *  getpwnam(3) and syslog(3).
  *
- * This file provide wrapper to the getpwnam or getpwnam_r functions.
+ * This file provides wrapper to the getpwnam or getpwnam_r functions.
  */
 
 #include <config.h>