]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s4:rpc_server: Fix code spelling
authorJoseph Sutton <josephsutton@catalyst.net.nz>
Thu, 7 Sep 2023 04:18:24 +0000 (16:18 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Mon, 11 Sep 2023 02:42:41 +0000 (02:42 +0000)
Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
source4/rpc_server/backupkey/dcesrv_backupkey.c

index bb849b544dab240586b4c9efd30309797d43562b..b872ea688b4cc41ec4f62168baf3b2f8b9f25ed9 100644 (file)
@@ -724,9 +724,9 @@ static WERROR bkrp_client_wrap_decrypt_data(struct dcesrv_call_state *dce_call,
                return WERR_INVALID_DATA;
        }
 
-       /* There is a magic value a the beginning of the data
-        * we can use an adhoc structure but as the
-        * parent structure is just an array of bytes it a lot of work
+       /* There is a magic value at the beginning of the data
+        * we can use an ad hoc structure but as the
+        * parent structure is just an array of bytes it is a lot of
         * work just prepending 4 bytes
         */
        *(r->out.data_out) = talloc_zero_array(mem_ctx, uint8_t, uncrypted_data->length + 4);