]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s3:librpc: Fix code spelling
authorAndreas Schneider <asn@samba.org>
Thu, 13 Jul 2023 06:47:11 +0000 (08:47 +0200)
committerAndreas Schneider <asn@cryptomilk.org>
Mon, 17 Jul 2023 11:46:29 +0000 (11:46 +0000)
Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
source3/librpc/crypto/gse.c
source3/librpc/rpc/dcerpc_helpers.c

index c2cac7abf82f4d133f6c76230ad1cb8f50642a39..cdb7f7d75c7e5ae20eaf625c8dccb11df7b18e8d 100644 (file)
@@ -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;
index c609efd5b0770db0b36c321498488993e2276195..eb7e97370c18f2302fa4e2110084d5ecd1a11472 100644 (file)
@@ -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