Skip to content
Snippets Groups Projects
Commit 9802ac71 authored by Jan Kadlec's avatar Jan Kadlec
Browse files

Typo fixed.

parent d67a3bfb
No related branches found
No related tags found
No related merge requests found
......@@ -318,7 +318,7 @@ int knot_rrtype_is_metatype(const uint16_t type)
type == KNOT_RRTYPE_ANY;
}
int knot_rrtype_is_ddns_forbidenen(const uint16_t type)
int knot_rrtype_is_ddns_forbidden(const uint16_t type)
{
return type == KNOT_RRTYPE_RRSIG ||
type == KNOT_RRTYPE_DNSKEY ||
......
......@@ -285,7 +285,7 @@ int knot_rrtype_is_metatype(const uint16_t type);
* \retval > 0 if YES.
* \retval 0 if NO.
*/
int knot_rrtype_is_ddns_forbidenen(const uint16_t type);
int knot_rrtype_is_ddns_forbidden(const uint16_t type);
#endif // _KNOT_DESCRIPTOR_H_
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment