From 7a33f253e15a0907b22eb03a3a2c79e9998aa1ec Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Thu, 31 May 2001 17:28:40 +0000 Subject: merge from 2.2 (This used to be commit 7e23ed48908cf396610d26efda9f54d5f5f0e83c) --- source3/rpcclient/cmd_spoolss.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/rpcclient/cmd_spoolss.c') diff --git a/source3/rpcclient/cmd_spoolss.c b/source3/rpcclient/cmd_spoolss.c index 9562df94c3..6b5d45a249 100644 --- a/source3/rpcclient/cmd_spoolss.c +++ b/source3/rpcclient/cmd_spoolss.c @@ -1285,7 +1285,7 @@ static uint32 cmd_spoolss_setdriver (struct cli_state *cli, int argc, char **arg ctr.printers_2 = &info2; if ((result = cli_spoolss_getprinter(cli, mem_ctx, &pol, level, &ctr)) != NT_STATUS_NOPROBLEMO) { - printf ("Unable to retreive printer information!\n"); + printf ("Unable to retrieve printer information!\n"); goto done; } -- cgit