summaryrefslogtreecommitdiff
path: root/src/resolve/dns-type.c
diff options
context:
space:
mode:
authorTorstein Husebø <torstein@huseboe.net>2015-07-24 11:14:01 +0200
committerTorstein Husebø <torstein@huseboe.net>2015-07-29 12:29:46 +0200
commit94e5ba370aa12b47571f08112986d0b91935dee9 (patch)
tree1de6fe50fa7bdedc20e073026d638ca218665b68 /src/resolve/dns-type.c
parentf5f113f66692abaf72e83698cb7b4f3690b90cf8 (diff)
treewide: fix typos
Diffstat (limited to 'src/resolve/dns-type.c')
-rw-r--r--src/resolve/dns-type.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resolve/dns-type.c b/src/resolve/dns-type.c
index e1087b3219..63b4b36e88 100644
--- a/src/resolve/dns-type.c
+++ b/src/resolve/dns-type.c
@@ -44,7 +44,7 @@ int dns_type_from_string(const char *s) {
return sc->id;
}
-/* XXX: find an authorotative list of all pseudo types? */
+/* XXX: find an authoritative list of all pseudo types? */
bool dns_type_is_pseudo(int n) {
return IN_SET(n, DNS_TYPE_ANY, DNS_TYPE_AXFR, DNS_TYPE_IXFR, DNS_TYPE_OPT);
}