From: Volker Lendecke Date: Sat, 1 Aug 2009 08:46:45 +0000 (+0200) Subject: Fix a typo X-Git-Tag: talloc-2.0.0~492 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3d15d044a9cc998238c8f4e07094fedb3f9215fe;p=thirdparty%2Fsamba.git Fix a typo --- diff --git a/source3/winbindd/winbindd_user.c b/source3/winbindd/winbindd_user.c index 0967afcf5c1..c445ef0bdc7 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)));