diff options
author | Volker Lendecke <vl@samba.org> | 2014-01-30 13:37:01 +0000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2014-02-05 11:29:25 +1300 |
commit | c295670368c0eb67160591a4e53a857ca0b70c96 (patch) | |
tree | e92f3499c35828a1097007d25f82a37db74a1c8f /source3/winbindd | |
parent | 79517632f8368a6b73345111dd70eef1eb27e6e8 (diff) | |
download | samba-c295670368c0eb67160591a4e53a857ca0b70c96.tar.gz |
winbind3: Fix a comment typo
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'source3/winbindd')
-rw-r--r-- | source3/winbindd/wb_getpwsid.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/winbindd/wb_getpwsid.c b/source3/winbindd/wb_getpwsid.c index df8b0f2dcc7..9e41bcaec75 100644 --- a/source3/winbindd/wb_getpwsid.c +++ b/source3/winbindd/wb_getpwsid.c @@ -72,7 +72,7 @@ static void wb_getpwsid_queryuser_done(struct tevent_req *subreq) && (state->userinfo->acct_name[0] != '\0')) { /* - * QueryUser got us a name, let's got directly to the + * QueryUser got us a name, let's go directly to the * fill_pwent step */ subreq = wb_fill_pwent_send(state, state->ev, state->userinfo, |