From: Douglas Bagnall Date: Fri, 13 Sep 2024 02:27:05 +0000 (+1200) Subject: s3:printing and spoolss: s/the the\b/the/ in comments X-Git-Tag: tdb-1.4.13~651 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=367e58c321b062b31a059793da16c0d127eb5ec7;p=thirdparty%2Fsamba.git s3:printing and spoolss: s/the the\b/the/ in comments Signed-off-by: Douglas Bagnall Reviewed-by: Volker Lendecke --- diff --git a/source3/printing/printing.c b/source3/printing/printing.c index 70b2b11688d..f9ca179c78e 100644 --- a/source3/printing/printing.c +++ b/source3/printing/printing.c @@ -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 */ } diff --git a/source3/rpc_server/spoolss/srv_spoolss_nt.c b/source3/rpc_server/spoolss/srv_spoolss_nt.c index 2040a41b249..73ab36051d1 100644 --- a/source3/rpc_server/spoolss/srv_spoolss_nt.c +++ b/source3/rpc_server/spoolss/srv_spoolss_nt.c @@ -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) {