wbclient/wbclient.c - fix a typo
authorMatthias Dieter Wallnöfer <mwallnoefer@yahoo.de>
Tue, 30 Mar 2010 19:57:52 +0000 (21:57 +0200)
committerMatthias Dieter Wallnöfer <mwallnoefer@yahoo.de>
Tue, 30 Mar 2010 19:57:52 +0000 (21:57 +0200)
source4/libcli/wbclient/wbclient.c

index ed722788ada8f6f0dc64ec844fc36b2b3acdf3d6..3c3f166d06b3788dc02796271f07aa24b0547f42 100644 (file)
@@ -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;