s3:winbind: Fix typos
authorVolker Lendecke <vl@samba.org>
Mon, 5 Oct 2009 20:00:16 +0000 (22:00 +0200)
committerVolker Lendecke <vl@samba.org>
Mon, 5 Oct 2009 20:12:34 +0000 (22:12 +0200)
source3/winbindd/nss_info.c

index c2518dca947e9cc4bcf9cc58e7d39029c8795000..ecf942a5d354b60b34820673ffd441cc3e4a745b 100644 (file)
@@ -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;