Module: kamailio
Branch: master
Commit: fc09015bbad342b435de7ddb3300e19a415c340d
URL:
https://github.com/kamailio/kamailio/commit/fc09015bbad342b435de7ddb3300e19…
Author: Henning Westerholt <hw(a)skalatan.de>
Committer: Henning Westerholt <hw(a)skalatan.de>
Date: 2020-05-14T16:38:00Z
core: small spelling fix in comment
---
Modified: src/core/dns_cache.h
---
Diff:
https://github.com/kamailio/kamailio/commit/fc09015bbad342b435de7ddb3300e19…
Patch:
https://github.com/kamailio/kamailio/commit/fc09015bbad342b435de7ddb3300e19…
---
diff --git a/src/core/dns_cache.h b/src/core/dns_cache.h
index 3552e8392f..b09c79be8a 100644
--- a/src/core/dns_cache.h
+++ b/src/core/dns_cache.h
@@ -70,7 +70,7 @@ enum dns_errors{
-- returned only by the dns_resolve*
functions when called iteratively,; it
signals the end of the ip/records list */
- E_DNS_UNKNOWN /**< unkown error */,
+ E_DNS_UNKNOWN /**< unknown error */,
E_DNS_INTERNAL_ERR /**< internal error */,
E_DNS_BAD_SRV_ENTRY,
E_DNS_NO_SRV /**< unresolvable srv record */,