diff options
author | Volker Lendecke <vl@samba.org> | 2009-10-05 22:00:16 +0200 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2009-10-05 22:12:34 +0200 |
commit | f88e95c6b077b69c6e243ce46961cc12bdcfb911 (patch) | |
tree | 538b2e6923737ed7076962f5961db39f6e71f9c9 /source3 | |
parent | 20a8ea91e10af167067cc794a251265aaf489e75 (diff) | |
download | samba-f88e95c6b077b69c6e243ce46961cc12bdcfb911.tar.gz samba-f88e95c6b077b69c6e243ce46961cc12bdcfb911.tar.bz2 samba-f88e95c6b077b69c6e243ce46961cc12bdcfb911.zip |
s3:winbind: Fix typos
Diffstat (limited to 'source3')
-rw-r--r-- | source3/winbindd/nss_info.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/winbindd/nss_info.c b/source3/winbindd/nss_info.c index c2518dca94..ecf942a5d3 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; |