Fix a typo
authorVolker Lendecke <vl@samba.org>
Sat, 1 Aug 2009 08:46:45 +0000 (10:46 +0200)
committerVolker Lendecke <vl@samba.org>
Mon, 3 Aug 2009 19:42:55 +0000 (21:42 +0200)
source3/winbindd/winbindd_user.c

index 0967afcf5c1bcecff3d6cbd07d424847710daf9f..c445ef0bdc73ebd45230a71a28da67a0dea241da 100644 (file)
@@ -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)));