libsmbclient: fix use of a non-existent word (existant)
authorMichael Adam <obnox@samba.org>
Mon, 11 Jun 2012 15:47:04 +0000 (17:47 +0200)
committerMichael Adam <obnox@samba.org>
Tue, 12 Jun 2012 05:21:43 +0000 (07:21 +0200)
source3/libsmb/clirap2.c

index ce940419151f40f0cb0d12c4d91489242ccc2778..1333f468f47f9b10eef00cd6442a67ad8df070ab 100644 (file)
@@ -1127,7 +1127,7 @@ int cli_NetFileClose(struct cli_state *cli, uint32 file_id )
                if (res == 0) {
                        /* nothing to do */
                } else if (res == 2314){
-                       DEBUG(1, ("NetFileClose2 - attempt to close non-existant file open instance\n"));
+                       DEBUG(1, ("NetFileClose2 - attempt to close non-existent file open instance\n"));
                } else {
                        DEBUG(4,("NetFileClose2 res=%d\n", res));
                }