From 2dc6fab2ed66ad598adf9fc890b1030810167b0b Mon Sep 17 00:00:00 2001 From: Joseph Sutton Date: Wed, 20 Sep 2023 17:41:43 +1200 Subject: [PATCH] librpc:ndr: Fix code spelling Signed-off-by: Joseph Sutton Reviewed-by: Andrew Bartlett --- librpc/ndr/ndr_compression.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/librpc/ndr/ndr_compression.c b/librpc/ndr/ndr_compression.c index 1a2dea6e6d7..6630b5170ef 100644 --- a/librpc/ndr/ndr_compression.c +++ b/librpc/ndr/ndr_compression.c @@ -289,8 +289,8 @@ static enum ndr_err_code ndr_push_compression_mszip_cab_chunk(struct ndr_push *n * * Ideally we would just store the input pointer and length * without copying but the memory gets invalidated between the - * calls, so we just copy to a dedicated buffer we now is - * still going to been valid for the lifetime of the + * calls, so we just copy to a dedicated buffer we know is + * still going to be valid for the lifetime of the * compressions state object. */ memcpy(state->alg.mszip.dict, plain_chunk.data, plain_chunk.length); -- 2.47.3