aboutsummaryrefslogtreecommitdiff
path: root/ldns/dane.h
diff options
context:
space:
mode:
Diffstat (limited to 'ldns/dane.h')
-rw-r--r--ldns/dane.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ldns/dane.h b/ldns/dane.h
index 142afb8d21b5..b5366e0e5ccd 100644
--- a/ldns/dane.h
+++ b/ldns/dane.h
@@ -43,7 +43,7 @@ enum ldns_enum_tlsa_certificate_usage
/** CA constraint */
LDNS_TLSA_USAGE_PKIX_TA = 0,
LDNS_TLSA_USAGE_CA_CONSTRAINT = 0,
- /** Sevice certificate constraint */
+ /** Service certificate constraint */
LDNS_TLSA_USAGE_PKIX_EE = 1,
LDNS_TLSA_USAGE_SERVICE_CERTIFICATE_CONSTRAINT = 1,
/** Trust anchor assertion */
@@ -122,7 +122,7 @@ typedef enum ldns_enum_dane_transport ldns_dane_transport;
*
* \param[out] tlsa_owner The created dname.
* \param[in] name The dname that should be prefixed.
- * \param[in] port The service port number for wich the name should be created.
+ * \param[in] port The service port number for which the name should be created.
* \param[in] transport The transport for which the name should be created.
* \return LDNS_STATUS_OK on success or an error code otherwise.
*/