diff options
author | Günther Deschner <gd@samba.org> | 2010-11-18 15:25:13 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-11-19 12:05:10 +0100 |
commit | 5855194894535c57797a0475640e50c07ed92643 (patch) | |
tree | 9b7293ecda22600f2eea0321415bf7a31e3a20da /source3 | |
parent | d50829a812403ccd17f65cdf0b53c90e86b6b5bd (diff) | |
download | samba-5855194894535c57797a0475640e50c07ed92643.tar.gz samba-5855194894535c57797a0475640e50c07ed92643.tar.bz2 samba-5855194894535c57797a0475640e50c07ed92643.zip |
s3-spoolss: fix typo in debug message.
Guenther
Autobuild-User: Günther Deschner <gd@samba.org>
Autobuild-Date: Fri Nov 19 12:05:10 CET 2010 on sn-devel-104
Diffstat (limited to 'source3')
-rw-r--r-- | source3/rpc_server/srv_spoolss_nt.c | 2 |
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 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; } |