summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2018-12-14 20:30:10 +0100
committerJeremy Allison <jra@samba.org>2019-01-08 03:40:27 +0100
commita74946e3007259e42d296fc1209860d7aee90281 (patch)
treea8fc8e4f1600870b4eb74f7b0274a3cb22a0aa41 /source3
parent0d208f42cc695570cc6403554f231a6b9a051623 (diff)
downloadsamba-a74946e3007259e42d296fc1209860d7aee90281.tar.gz
winbind: Fix a typo
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'source3')
-rw-r--r--source3/winbindd/idmap_autorid.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/winbindd/idmap_autorid.c b/source3/winbindd/idmap_autorid.c
index 6e38a57805b..1d0f0fafb82 100644
--- a/source3/winbindd/idmap_autorid.c
+++ b/source3/winbindd/idmap_autorid.c
@@ -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)));
}