Spelling fixes for nss_wrapper.
authorBrad Hards <bradh@frogmouth.net>
Sun, 21 Feb 2010 05:32:29 +0000 (16:32 +1100)
committerMatthias Dieter Wallnöfer <mwallnoefer@yahoo.de>
Mon, 22 Feb 2010 20:45:33 +0000 (21:45 +0100)
Signed-off-by: Matthias Dieter Wallnöfer <mwallnoefer@yahoo.de>
lib/nss_wrapper/nss_wrapper.c

index dc2d4f58fd49706bbe417e57f4dd02bd1a676cd9..ebf61f2fb49c4669a8e90cb8513952c3bffdcfae 100644 (file)
@@ -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,