From f88e95c6b077b69c6e243ce46961cc12bdcfb911 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Mon, 5 Oct 2009 22:00:16 +0200 Subject: [PATCH] s3:winbind: Fix typos --- source3/winbindd/nss_info.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source3/winbindd/nss_info.c b/source3/winbindd/nss_info.c index c2518dca947..ecf942a5d35 100644 --- a/source3/winbindd/nss_info.c +++ b/source3/winbindd/nss_info.c @@ -177,7 +177,7 @@ static NTSTATUS nss_domain_list_add_domain(const char *domain, if ( NT_STATUS_IS_OK(nss_initialized) ) return NT_STATUS_OK; - /* The "template" backend should alqays be registered as it + /* The "template" backend should always be registered as it is a static module */ if ( (nss_backend = nss_get_backend( "template" )) == NULL ) { @@ -241,7 +241,7 @@ static NTSTATUS nss_domain_list_add_domain(const char *domain, "Defaulting to \"template\".\n")); - /* we shouild default to use template here */ + /* we should default to use template here */ } nss_initialized = NT_STATUS_OK; -- 2.34.1