diff options
author | Matthias Dieter Wallnöfer <mwallnoefer@yahoo.de> | 2010-03-30 21:57:52 +0200 |
---|---|---|
committer | Matthias Dieter Wallnöfer <mwallnoefer@yahoo.de> | 2010-03-30 21:57:52 +0200 |
commit | 902a5e53cdcb1952a5fe6be072f91725a3e78608 (patch) | |
tree | b09cf50b17508948a935a77362144bf27d3969c6 /source4/libcli | |
parent | 818fcfb8139d43f2136452029ac320e48ec154f7 (diff) | |
download | samba-902a5e53cdcb1952a5fe6be072f91725a3e78608.tar.gz samba-902a5e53cdcb1952a5fe6be072f91725a3e78608.tar.bz2 samba-902a5e53cdcb1952a5fe6be072f91725a3e78608.zip |
wbclient/wbclient.c - fix a typo
Diffstat (limited to 'source4/libcli')
-rw-r--r-- | source4/libcli/wbclient/wbclient.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/libcli/wbclient/wbclient.c b/source4/libcli/wbclient/wbclient.c index ed722788ad..3c3f166d06 100644 --- a/source4/libcli/wbclient/wbclient.c +++ b/source4/libcli/wbclient/wbclient.c @@ -35,7 +35,7 @@ static NTSTATUS get_server_id(struct messaging_context *msg_ctx, { *ids = irpc_servers_byname(msg_ctx, mem_ctx, "winbind_server"); if (*ids == NULL || (*ids)[0].id == 0) { - DEBUG(0, ("Geting the winbind server ID failed.\n")); + DEBUG(0, ("Getting the winbind server ID failed.\n")); return NT_STATUS_INTERNAL_ERROR; } return NT_STATUS_OK; |