[deployment-guide/comm-rel: 371/727] Corrected a (rather silly) typing error.

Jaromir Hradilek jhradile at fedoraproject.org
Tue Oct 19 12:55:53 UTC 2010


commit 06c6fa5c5f5a580e2327eb1c09d45cdba1062e13
Author: Jaromir Hradilek <jhradile at redhat.com>
Date:   Mon Aug 16 10:42:11 2010 +0200

    Corrected a (rather silly) typing error.

 en-US/The_BIND_DNS_Server.xml |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/en-US/The_BIND_DNS_Server.xml b/en-US/The_BIND_DNS_Server.xml
index 8f4a25f..09bfbc6 100644
--- a/en-US/The_BIND_DNS_Server.xml
+++ b/en-US/The_BIND_DNS_Server.xml
@@ -987,7 +987,7 @@ options {
             <para>
               The text after the <literal>//</literal> characters to the end of the line is considered a comment. For example:
             </para>
-            <screen>notify yes;  // notify all secondary name servers</screen>
+            <screen>notify yes;  // notify all secondary nameservers</screen>
           </listitem>
         </varlistentry>
         <varlistentry>
@@ -996,7 +996,7 @@ options {
             <para>
               The text after the <literal>#</literal> character to the end of the line is considered a comment. For example:
             </para>
-            <screen>notify yes;  # notify all secondary name servers</screen>
+            <screen>notify yes;  # notify all secondary nameservers</screen>
           </listitem>
         </varlistentry>
         <varlistentry>
@@ -1005,7 +1005,7 @@ options {
             <para>
               The block of text enclosed in <literal>/*</literal> and <literal>*/</literal> is considered a comment. For example:
             </para>
-            <screen>notify yes;  /* notify all secondary name servers */</screen>
+            <screen>notify yes;  /* notify all secondary nameservers */</screen>
           </listitem>
         </varlistentry>
       </variablelist>


More information about the docs-commits mailing list