librpc:ndr: Fix code spelling
authorJoseph Sutton <josephsutton@catalyst.net.nz>
Wed, 20 Sep 2023 05:41:43 +0000 (17:41 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 25 Oct 2023 22:23:37 +0000 (22:23 +0000)
Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
librpc/ndr/ndr_compression.c

index 1a2dea6e6d700a950c93ccc84f4d8ff65802c06a..6630b5170effe2269a56fb4e6586b966a7e10716 100644 (file)
@@ -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);