From 7863bb1511aac0234d1beb48f8163bbc67fc2588 Mon Sep 17 00:00:00 2001 From: Brad Hards Date: Sun, 21 Feb 2010 16:32:29 +1100 Subject: Spelling fixes for nss_wrapper. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Matthias Dieter Wallnöfer --- lib/nss_wrapper/nss_wrapper.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/nss_wrapper') diff --git a/lib/nss_wrapper/nss_wrapper.c b/lib/nss_wrapper/nss_wrapper.c index dc2d4f58fd..ebf61f2fb4 100644 --- a/lib/nss_wrapper/nss_wrapper.c +++ b/lib/nss_wrapper/nss_wrapper.c @@ -207,7 +207,7 @@ struct nwrap_ops { void (*nw_endgrent)(struct nwrap_backend *b); }; -/* protoypes for files backend */ +/* prototypes for files backend */ static struct passwd *nwrap_files_getpwnam(struct nwrap_backend *b, @@ -245,7 +245,7 @@ static int nwrap_files_getgrent_r(struct nwrap_backend *b, size_t buflen, struct group **grdstp); static void nwrap_files_endgrent(struct nwrap_backend *b); -/* protoypes for module backend */ +/* prototypes for module backend */ static struct passwd *nwrap_module_getpwent(struct nwrap_backend *b); static int nwrap_module_getpwent_r(struct nwrap_backend *b, -- cgit