s3:nt_printing: fix a comment typo
authorMichael Adam <obnox@samba.org>
Mon, 27 Apr 2009 15:54:23 +0000 (17:54 +0200)
committerMichael Adam <obnox@samba.org>
Mon, 27 Apr 2009 16:17:27 +0000 (18:17 +0200)
Michael

source3/printing/nt_printing.c

index d6054f2c083d8b1c6e052500d55579d2be16017c..cfef4fe623ee801c99049c57bedaf24d6a0bb9a1 100644 (file)
@@ -5716,7 +5716,7 @@ void map_job_permissions(SEC_DESC *sd)
        print_queue_purge
 
   Try access control in the following order (for performance reasons):
-    1)  root ans SE_PRINT_OPERATOR can do anything (easy check)
+    1)  root and SE_PRINT_OPERATOR can do anything (easy check)
     2)  check security descriptor (bit comparisons in memory)
     3)  "printer admins" (may result in numerous calls to winbind)