[deployment-guide/comm-rel: 359/727] Corrected a typing error.

Jaromir Hradilek jhradile at fedoraproject.org
Tue Oct 19 12:54:51 UTC 2010


commit 60e75db5a1e84d5e011a95005debf30b2053f4a8
Author: Jaromir Hradilek <jhradile at redhat.com>
Date:   Fri Aug 13 13:01:46 2010 +0200

    Corrected a typing error.

 en-US/The_BIND_DNS_Server.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/en-US/The_BIND_DNS_Server.xml b/en-US/The_BIND_DNS_Server.xml
index 170c4a1..df1a0da 100644
--- a/en-US/The_BIND_DNS_Server.xml
+++ b/en-US/The_BIND_DNS_Server.xml
@@ -801,7 +801,7 @@ options {
             </para>
             <example id="example-bind-namedconf-common-zone-secondary">
               <title>A <command>zone</command> statement for a secondary nameserver</title>
-              <screen>zone "example.com"{
+              <screen>zone "example.com" {
   type slave;
   file "slaves/example.com.zone";
   masters { 192.168.0.1; };


More information about the docs-commits mailing list