From: Andreas Schneider Date: Thu, 13 Jul 2023 06:47:11 +0000 (+0200) Subject: s3:librpc: Fix code spelling X-Git-Tag: talloc-2.4.1~52 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f64add99473672cdca85f53a7b3be7455f1bd594;p=thirdparty%2Fsamba.git s3:librpc: Fix code spelling Signed-off-by: Andreas Schneider Reviewed-by: Andrew Bartlett --- diff --git a/source3/librpc/crypto/gse.c b/source3/librpc/crypto/gse.c index c2cac7abf82..cdb7f7d75c7 100644 --- a/source3/librpc/crypto/gse.c +++ b/source3/librpc/crypto/gse.c @@ -1305,7 +1305,7 @@ static NTSTATUS gensec_gse_session_info(struct gensec_security *gensec_security, &pac_blob); /* IF we have the PAC - otherwise we need to get this - * data from elsewere + * data from elsewhere */ if (NT_STATUS_IS_OK(nt_status)) { pac_blob_ptr = &pac_blob; diff --git a/source3/librpc/rpc/dcerpc_helpers.c b/source3/librpc/rpc/dcerpc_helpers.c index c609efd5b07..eb7e97370c1 100644 --- a/source3/librpc/rpc/dcerpc_helpers.c +++ b/source3/librpc/rpc/dcerpc_helpers.c @@ -33,7 +33,7 @@ * * @param mem_ctx The memory context the blob will be allocated on * @param ptype The DCERPC packet type -* @param pfc_flags The DCERPC PFC Falgs +* @param pfc_flags The DCERPC PFC Flags * @param auth_length The length of the trailing auth blob * @param call_id The call ID * @param u The payload of the packet