From 5855194894535c57797a0475640e50c07ed92643 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Thu, 18 Nov 2010 15:25:13 +0100 Subject: s3-spoolss: fix typo in debug message. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Guenther Autobuild-User: Günther Deschner Autobuild-Date: Fri Nov 19 12:05:10 CET 2010 on sn-devel-104 --- source3/rpc_server/srv_spoolss_nt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/rpc_server') diff --git a/source3/rpc_server/srv_spoolss_nt.c b/source3/rpc_server/srv_spoolss_nt.c index 01b4a75083..56991ac3c6 100644 --- a/source3/rpc_server/srv_spoolss_nt.c +++ b/source3/rpc_server/srv_spoolss_nt.c @@ -1802,7 +1802,7 @@ WERROR _spoolss_OpenPrinterEx(struct pipes_struct *p, ZERO_STRUCTP(r->out.handle); DEBUG(3,("access DENIED as user is not root, " "has no printoperator privilege, " - "not a member of the printoperater builtin group and " + "not a member of the printoperator builtin group and " "is not in printer admin list")); return WERR_ACCESS_DENIED; } -- cgit