From 367e58c321b062b31a059793da16c0d127eb5ec7 Mon Sep 17 00:00:00 2001 From: Douglas Bagnall Date: Fri, 13 Sep 2024 14:27:05 +1200 Subject: [PATCH] s3:printing and spoolss: s/the the\b/the/ in comments Signed-off-by: Douglas Bagnall Reviewed-by: Volker Lendecke --- source3/printing/printing.c | 2 +- source3/rpc_server/spoolss/srv_spoolss_nt.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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) { -- 2.47.3