From 18332a1743401d0ddefce879ba1ca97bddbeba29 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Fri, 13 Jan 2017 07:33:24 +0100 Subject: [PATCH] winbind: Fix a typo Signed-off-by: Volker Lendecke Reviewed-by: Jeremy Allison --- source3/winbindd/wb_sids2xids.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/winbindd/wb_sids2xids.c b/source3/winbindd/wb_sids2xids.c index 25260be3384..9bb8fa87cf8 100644 --- a/source3/winbindd/wb_sids2xids.c +++ b/source3/winbindd/wb_sids2xids.c @@ -40,7 +40,7 @@ struct wb_sids2xids_state { /* * Domain array to use for the idmap call. The output from * lookupsids cannot be used directly since for migrated - * objects the returned domain SID can be different that the + * objects the returned domain SID can be different than the * original one. The new domain SID cannot be combined with * the RID from the previous domain. *