From 902a5e53cdcb1952a5fe6be072f91725a3e78608 Mon Sep 17 00:00:00 2001 From: Matthias Dieter Wallnöfer Date: Tue, 30 Mar 2010 21:57:52 +0200 Subject: wbclient/wbclient.c - fix a typo --- source4/libcli/wbclient/wbclient.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/libcli/wbclient') 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; -- cgit