summaryrefslogtreecommitdiffstats
path: root/source/rpcclient
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2001-05-31 17:28:40 +0000
committerGerald Carter <jerry@samba.org>2001-05-31 17:28:40 +0000
commit7e23ed48908cf396610d26efda9f54d5f5f0e83c (patch)
tree61628d1707d27ed26d84def47bf0248fa25cca80 /source/rpcclient
parent6594a59263c9ec8f62d23f3aa1b56051eefc2f88 (diff)
downloadsamba-7e23ed48908cf396610d26efda9f54d5f5f0e83c.tar.gz
samba-7e23ed48908cf396610d26efda9f54d5f5f0e83c.tar.xz
samba-7e23ed48908cf396610d26efda9f54d5f5f0e83c.zip
merge from 2.2
Diffstat (limited to 'source/rpcclient')
-rw-r--r--source/rpcclient/cmd_spoolss.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/rpcclient/cmd_spoolss.c b/source/rpcclient/cmd_spoolss.c
index 9562df94c3b..6b5d45a2492 100644
--- a/source/rpcclient/cmd_spoolss.c
+++ b/source/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;
}