]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Fix typo (higlight -> highlight) in documentation
authorOndřej Surý <ondrej@isc.org>
Mon, 1 Jun 2020 07:41:52 +0000 (09:41 +0200)
committerOndřej Surý <ondrej@isc.org>
Mon, 1 Jun 2020 07:41:58 +0000 (09:41 +0200)
bin/named/named.conf.rst
doc/misc/named.conf.rst
doc/misc/rst-options.pl

index 4d5e9d890108306e6025183bab61c6d3a8f7eeaa..fdaa8b82640be4708b376233d80cda370b364048 100644 (file)
@@ -1,4 +1,4 @@
-.. higlight: console
+.. highlight: console
 
 named.conf - configuration file for **named**
 ---------------------------------------------
index 8af0972839525b190082610f9b58890c1556a078..24ff5aa1b8eda26a22ada6355b11a9e243accbcd 100644 (file)
@@ -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**
 ---------------------------------------------
index 963570cb472df4660082507814e49d77c4b9bbc1..c82dd0bab3220e54e307a3139719b9a9eb98ac7c 100644 (file)
@@ -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**
 ---------------------------------------------