summaryrefslogtreecommitdiff
path: root/lib/nss_wrapper
diff options
context:
space:
mode:
authorBrad Hards <bradh@frogmouth.net>2010-02-21 16:32:29 +1100
committerMatthias Dieter Wallnöfer <mwallnoefer@yahoo.de>2010-02-22 21:45:33 +0100
commit7863bb1511aac0234d1beb48f8163bbc67fc2588 (patch)
tree505267be5cb11c07b1c12e0ea41b6bfde2b4f601 /lib/nss_wrapper
parent842fb05b1111fbf607f05f51d2f271d32bd052a8 (diff)
downloadsamba-7863bb1511aac0234d1beb48f8163bbc67fc2588.tar.gz
samba-7863bb1511aac0234d1beb48f8163bbc67fc2588.tar.bz2
samba-7863bb1511aac0234d1beb48f8163bbc67fc2588.zip
Spelling fixes for nss_wrapper.
Signed-off-by: Matthias Dieter Wallnöfer <mwallnoefer@yahoo.de>
Diffstat (limited to 'lib/nss_wrapper')
-rw-r--r--lib/nss_wrapper/nss_wrapper.c4
1 files changed, 2 insertions, 2 deletions
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,