1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-31 22:02:58 +03:00

lib:krb5_wrap: Fix spelling in documentation

Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
Joseph Sutton
2023-09-04 16:46:10 +12:00
committed by Andrew Bartlett
parent 74580daac9
commit 7d9edb82c4

View File

@ -150,7 +150,7 @@ const krb5_data *krb5_princ_component(krb5_context context,
/* HEIMDAL */ /* HEIMDAL */
/** /**
* @brief Stores the address of a 'struct sockaddr_storage' a krb5_address * @brief Stores the address of a 'struct sockaddr_storage' into a krb5_address
* *
* @param[in] paddr A pointer to a 'struct sockaddr_storage to extract the * @param[in] paddr A pointer to a 'struct sockaddr_storage to extract the
* address from. * address from.
@ -183,7 +183,7 @@ bool smb_krb5_sockaddr_to_kaddr(struct sockaddr_storage *paddr,
/* MIT */ /* MIT */
/** /**
* @brief Stores the address of a 'struct sockaddr_storage' a krb5_address * @brief Stores the address of a 'struct sockaddr_storage' into a krb5_address
* *
* @param[in] paddr A pointer to a 'struct sockaddr_storage to extract the * @param[in] paddr A pointer to a 'struct sockaddr_storage to extract the
* address from. * address from.
@ -865,7 +865,7 @@ krb5_error_code smb_krb5_parse_name(krb5_context context,
* *
* @param[in] principal The principal. * @param[in] principal The principal.
* *
* @param[out] unix_name A string representation of the princpial name as with * @param[out] unix_name A string representation of the principal name as with
* unix charset. * unix charset.
* *
* Use talloc_free() to free the string representation if it is no longer * Use talloc_free() to free the string representation if it is no longer
@ -1644,7 +1644,7 @@ krb5_error_code smb_krb5_kt_get_name(TALLOC_CTX *mem_ctx,
* *
* @param[in] keep_old_kvno Keep the entries with the previous kvno. * @param[in] keep_old_kvno Keep the entries with the previous kvno.
* *
* @param[in] kvno The kvnco to use. * @param[in] kvno The kvno to use.
* *
* @param[in] enctype_only Only evaluate the enctype argument if true * @param[in] enctype_only Only evaluate the enctype argument if true
* *
@ -2351,7 +2351,7 @@ done:
* *
* @param[in] password The password (or NULL). * @param[in] password The password (or NULL).
* *
* @param[in] impersonate_principal The impersonatiion principal (or NULL). * @param[in] impersonate_principal The impersonation principal (or NULL).
* *
* @param[in] self_service The local service for S4U2Self if * @param[in] self_service The local service for S4U2Self if
* impersonate_principal is specified). * impersonate_principal is specified).