s3-spoolss: fix typo in debug message.
authorGünther Deschner <gd@samba.org>
Thu, 18 Nov 2010 14:25:13 +0000 (15:25 +0100)
committerGünther Deschner <gd@samba.org>
Fri, 19 Nov 2010 11:05:10 +0000 (12:05 +0100)
Guenther

Autobuild-User: Günther Deschner <gd@samba.org>
Autobuild-Date: Fri Nov 19 12:05:10 CET 2010 on sn-devel-104

source3/rpc_server/srv_spoolss_nt.c

index 01b4a7508376108e3046d295a9f145dde1323ae0..56991ac3c6753f27fcfd5d259ef2fca332a9330e 100644 (file)
@@ -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;
                        }