diff options
author | Stuart Henderson <sthen@cvs.openbsd.org> | 2015-12-10 17:10:39 +0000 |
---|---|---|
committer | Stuart Henderson <sthen@cvs.openbsd.org> | 2015-12-10 17:10:39 +0000 |
commit | 074b5e61619c30a6f8b5fe233224178c95897caa (patch) | |
tree | c991786f5ebb14b0ca72082f07522f9f36aaf7fc /usr.sbin | |
parent | 3c08fdfac640be5d0cf1ab7cd3cdcc80fb1fb219 (diff) |
typo fix, from 1.5.7
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/unbound/dnstap/dnstap.proto | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/unbound/dnstap/dnstap.proto b/usr.sbin/unbound/dnstap/dnstap.proto index 3504d99ed23..32871f409cf 100644 --- a/usr.sbin/unbound/dnstap/dnstap.proto +++ b/usr.sbin/unbound/dnstap/dnstap.proto @@ -105,7 +105,7 @@ message Message { enum Type { // AUTH_QUERY is a DNS query message received from a resolver by an - // authoritative name server, from the perspective of the authorative + // authoritative name server, from the perspective of the authoritative // name server. AUTH_QUERY = 1; |