]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s3:printing and spoolss: s/the the\b/the/ in comments
authorDouglas Bagnall <douglas.bagnall@catalyst.net.nz>
Fri, 13 Sep 2024 02:27:05 +0000 (14:27 +1200)
committerVolker Lendecke <vl@samba.org>
Wed, 6 Nov 2024 10:57:35 +0000 (10:57 +0000)
Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Reviewed-by: Volker Lendecke <vl@samba.org>
source3/printing/printing.c
source3/rpc_server/spoolss/srv_spoolss_nt.c

index 70b2b11688d7c66367560f144b8a8467be030c6d..f9ca179c78e146fb2fd2491c0b9e017395119bea 100644 (file)
@@ -897,7 +897,7 @@ static int traverse_fn_delete(TDB_CONTEXT *t, TDB_DATA key, TDB_DATA data, void
                        return 0;
                }
 
-               /* need to continue the the bottom of the function to
+               /* need to continue at the bottom of the function to
                   save the correct attributes */
        }
 
index 2040a41b2498d29231f1cc77b3cfee23d8f7dfe4..73ab36051d130a859311098d457a9f1ed39523ec 100644 (file)
@@ -1870,7 +1870,7 @@ WERROR _spoolss_OpenPrinterEx(struct pipes_struct *p,
                        r->in.access_mask = PRINTER_ACCESS_USE;
                }
 
-               /* check smb.conf parameters and the the sec_desc */
+               /* check smb.conf parameters and the sec_desc */
                raddr = tsocket_address_inet_addr_string(remote_address,
                                                         p->mem_ctx);
                if (raddr == NULL) {