Fix bug 5421 -- thanks to MJ Anthony
authorVolker Lendecke <vl@samba.org>
Tue, 5 Feb 2008 09:34:00 +0000 (10:34 +0100)
committerVolker Lendecke <vl@samba.org>
Tue, 5 Feb 2008 09:34:00 +0000 (10:34 +0100)
(This used to be commit a3d0450e0a054bdb8997db544a7efc8aa67f074d)

source3/rpcclient/cmd_spoolss.c

index b5282d2e9b568e18e0dac8a54c9fa8d6c6e987a8..e923302f4e8c3abc1d0a97edbc8c81408522e855 100644 (file)
@@ -1483,7 +1483,7 @@ static WERROR cmd_spoolss_setdriver(struct rpc_pipe_client *cli,
                goto done;;
        }
 
-       printf("Succesfully set %s to driver %s.\n", argv[1], argv[2]);
+       printf("Successfully set %s to driver %s.\n", argv[1], argv[2]);
 
 done:
        /* Cleanup */