mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-15 01:20:00 -04:00
Fix typo (higlight -> highlight) in documentation
This commit is contained in:
parent
3138bdf406
commit
e6c867195d
3 changed files with 3 additions and 3 deletions
|
|
@ -1,4 +1,4 @@
|
|||
.. higlight: console
|
||||
.. highlight: console
|
||||
|
||||
named.conf - configuration file for **named**
|
||||
---------------------------------------------
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@
|
|||
See the COPYRIGHT file distributed with this work for additional
|
||||
information regarding copyright ownership.
|
||||
|
||||
.. higlight: console
|
||||
.. highlight: console
|
||||
|
||||
named.conf - configuration file for **named**
|
||||
---------------------------------------------
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@ my $FILE = shift;
|
|||
open (FH, "<", $FILE) or die "Can't open $FILE";
|
||||
|
||||
print <<END;
|
||||
.. higlight: console
|
||||
.. highlight: console
|
||||
|
||||
named.conf - configuration file for **named**
|
||||
---------------------------------------------
|
||||
|
|
|
|||
Loading…
Reference in a new issue