From e3a710f2906ec263aa87807c9ac1118307f69580 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Thu, 27 Apr 2023 15:54:15 +0200 Subject: [PATCH] libcli:drsuapi: Fix code spelling Signed-off-by: Andreas Schneider Reviewed-by: Volker Lendecke --- libcli/drsuapi/repl_decrypt.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libcli/drsuapi/repl_decrypt.c b/libcli/drsuapi/repl_decrypt.c index 30b3c64379f..d28924603ab 100644 --- a/libcli/drsuapi/repl_decrypt.c +++ b/libcli/drsuapi/repl_decrypt.c @@ -115,7 +115,7 @@ static WERROR drsuapi_decrypt_attribute_value(TALLOC_CTX *mem_ctx, } /* * The following rid_crypt obfuscation isn't session specific - * and not really needed here, because we allways know the rid of the + * and not really needed here, because we always know the rid of the * user account. * * some attributes with this 'additional encryption' include @@ -240,7 +240,7 @@ static WERROR drsuapi_encrypt_attribute_value(TALLOC_CTX *mem_ctx, /* * The following rid_crypt obfuscation isn't session specific - * and not really needed here, because we allways know the rid of the + * and not really needed here, because we always know the rid of the * user account. * * some attributes with this 'additional encryption' include