From 3d15d044a9cc998238c8f4e07094fedb3f9215fe Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sat, 1 Aug 2009 10:46:45 +0200 Subject: Fix a typo --- source3/winbindd/winbindd_user.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/winbindd/winbindd_user.c b/source3/winbindd/winbindd_user.c index 0967afcf5c..c445ef0bdc 100644 --- a/source3/winbindd/winbindd_user.c +++ b/source3/winbindd/winbindd_user.c @@ -288,7 +288,7 @@ static void getpwsid_queryuser_recv(void *private_data, bool success, &s->user_sid, &domain_name, &user_name, &type ); - /* If this still fails we ar4e done. Just error out */ + /* If this still fails we are done. Just error out */ if ( !user_name ) { DEBUG(5,("Could not obtain a name for SID %s\n", sid_string_dbg(&s->user_sid))); -- cgit