winbind: Fix a typo
authorVolker Lendecke <vl@samba.org>
Fri, 14 Dec 2018 19:30:10 +0000 (20:30 +0100)
committerJeremy Allison <jra@samba.org>
Tue, 8 Jan 2019 02:40:27 +0000 (03:40 +0100)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/winbindd/idmap_autorid.c

index 6e38a57805b850eccd35fad8e480e9c614143903..1d0f0fafb82d78399d275220c8fc8f4c96d06f86 100644 (file)
@@ -464,7 +464,7 @@ static NTSTATUS idmap_autorid_sid_to_id_alloc_action(
                        return ret;
                }
 
-               DEBUG(10, ("Sepecial sid %s not mapped. falling back to "
+               DEBUG(10, ("Special sid %s not mapped. falling back to "
                           "regular allocation\n",
                           dom_sid_str_buf(ctx->map->sid, &buf)));
        }