[SCM] Samba Shared Repository - branch v3-2-test updated - initial-v3-2-test-1893-ga3d0450

Volker Lendecke vl at samba.org
Tue Feb 5 09:30:33 GMT 2008


The branch, v3-2-test has been updated
       via  a3d0450e0a054bdb8997db544a7efc8aa67f074d (commit)
      from  4b068954671143a7c94884e169f1d0ba420dccb7 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-2-test


- Log -----------------------------------------------------------------
commit a3d0450e0a054bdb8997db544a7efc8aa67f074d
Author: Volker Lendecke <vl at samba.org>
Date:   Tue Feb 5 10:34:00 2008 +0100

    Fix bug 5421 -- thanks to MJ Anthony

-----------------------------------------------------------------------

Summary of changes:
 source/rpcclient/cmd_spoolss.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/rpcclient/cmd_spoolss.c b/source/rpcclient/cmd_spoolss.c
index b5282d2..e923302 100644
--- a/source/rpcclient/cmd_spoolss.c
+++ b/source/rpcclient/cmd_spoolss.c
@@ -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 */


-- 
Samba Shared Repository


More information about the samba-cvs mailing list