From 75913ec2a92c8cfce7d73e779e5167cd7dfc68e1 Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Tue, 15 Apr 2003 04:08:59 +0000 Subject: Typo in comment. (This used to be commit 0a87d668a07b840c2e0ac9f6caad04e542422d40) --- source3/rpc_server/srv_spoolss_nt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit