Fix typo
authorVolker Lendecke <vl@samba.org>
Sat, 23 Feb 2008 20:40:39 +0000 (21:40 +0100)
committerVolker Lendecke <vl@samba.org>
Sat, 23 Feb 2008 20:40:39 +0000 (21:40 +0100)
(This used to be commit 621db68f32f7007de8b2c4d7cf604a5778725615)

source3/libsmb/cliconnect.c

index e97be98fc19dc1de3c41e3478f3ff4eb571e1c1f..d88a5d624235da0167418379fbbb1c0211f8c57a 100644 (file)
@@ -581,8 +581,8 @@ static bool cli_session_setup_blob(struct cli_state *cli, DATA_BLOB blob, DATA_B
                if (cli_is_error(cli) &&
                                !NT_STATUS_EQUAL( cli_get_nt_error(cli), 
                                        NT_STATUS_MORE_PROCESSING_REQUIRED)) {
-                       DEBUG(0, ("cli_session_setup_blob: recieve failed (%s)\n",
-                               nt_errstr(cli_get_nt_error(cli)) ));
+                       DEBUG(0, ("cli_session_setup_blob: receive failed "
+                                 "(%s)\n", nt_errstr(cli_get_nt_error(cli))));
                        cli->vuid = 0;
                        return False;
                }