summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2003-04-15 04:08:59 +0000
committerTim Potter <tpot@samba.org>2003-04-15 04:08:59 +0000
commit75913ec2a92c8cfce7d73e779e5167cd7dfc68e1 (patch)
tree161d2f12d6f1893692392c01fbe097cc9d8bc0b7
parente390ceda7619c87aa4eded300b28528760e7e23b (diff)
downloadsamba-75913ec2a92c8cfce7d73e779e5167cd7dfc68e1.tar.gz
samba-75913ec2a92c8cfce7d73e779e5167cd7dfc68e1.tar.bz2
samba-75913ec2a92c8cfce7d73e779e5167cd7dfc68e1.zip
Typo in comment.
(This used to be commit 0a87d668a07b840c2e0ac9f6caad04e542422d40)
-rw-r--r--source3/rpc_server/srv_spoolss_nt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/rpc_server/srv_spoolss_nt.c b/source3/rpc_server/srv_spoolss_nt.c
index 45522748c9..026484d96d 100644
--- a/source3/rpc_server/srv_spoolss_nt.c
+++ b/source3/rpc_server/srv_spoolss_nt.c
@@ -2623,7 +2623,7 @@ static BOOL srv_spoolss_replyopenprinter(int snum, const char *printer,
/*
* If it's the first connection, contact the client
- * and connect to the IPC$ share anonumously
+ * and connect to the IPC$ share anonymously
*/
if (smb_connections==0) {
fstring unix_printer;