]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
Fix typo
authorVolker Lendecke <vl@samba.org>
Tue, 25 Mar 2008 20:35:41 +0000 (21:35 +0100)
committerVolker Lendecke <vl@samba.org>
Tue, 25 Mar 2008 20:35:41 +0000 (21:35 +0100)
source/winbindd/winbindd.c

index 615f4a918e6c06bbafbc132b39cf0beb4bd9728c..25ceeeb3210edd983bcaf2ef81b9ad14ec22c89e 100644 (file)
@@ -1238,7 +1238,7 @@ int main(int argc, char **argv, char **envp)
        wcache_tdc_clear();     
        
        if (!init_domain_list()) {
-               DEBUG(0,("unable to initalize domain list\n"));
+               DEBUG(0,("unable to initialize domain list\n"));
                exit(1);
        }