mirror of
https://github.com/samba-team/samba.git
synced 2025-02-26 21:57:41 +03:00
s3:winbind: Fix typos
This commit is contained in:
parent
20a8ea91e1
commit
f88e95c6b0
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user