diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-02-07 12:22:24 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-02-07 12:22:24 +0000 |
commit | 7f3a7bd3f281dab6972344b6ec7549fb1652851b (patch) | |
tree | 701dc6213114000c82c85651f86e7179a228c287 /usr.sbin/bind/bin | |
parent | 324e4ff2113b2727c0df1788e8e38fcea7780f33 (diff) |
typos from alexey dobriyan;
ok jakob, who is passing these fixes upstream...
Diffstat (limited to 'usr.sbin/bind/bin')
-rw-r--r-- | usr.sbin/bind/bin/named/server.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/bind/bin/named/server.c b/usr.sbin/bind/bin/named/server.c index 0d2ae6f5d70..2a1a7e27976 100644 --- a/usr.sbin/bind/bin/named/server.c +++ b/usr.sbin/bind/bin/named/server.c @@ -563,7 +563,7 @@ configure_order(dns_order_t *order, cfg_obj_t *ent) { /* * "*" should match everything including the root (BIND 8 compat). * As dns_name_matcheswildcard(".", "*.") returns FALSE add a - * explict entry for "." when the name is "*". + * explicit entry for "." when the name is "*". */ if (addroot) { result = dns_order_add(order, dns_rootname, |