From: Joseph Sutton Date: Wed, 20 Sep 2023 05:41:43 +0000 (+1200) Subject: librpc:ndr: Fix code spelling X-Git-Tag: talloc-2.4.2~1071 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2dc6fab2ed66ad598adf9fc890b1030810167b0b;p=thirdparty%2Fsamba.git librpc:ndr: Fix code spelling Signed-off-by: Joseph Sutton Reviewed-by: Andrew Bartlett --- 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);