From 6e434d78d314bfea05329c4268b1cd143035437e Mon Sep 17 00:00:00 2001
From: Mark Craig <mark.craig@forgerock.com>
Date: Wed, 06 Jul 2011 13:29:58 +0000
Subject: [PATCH] Fix 3 typos

---
 opendj-sdk/opendj3/src/main/docbkx/admin-guide/chap-replication.xml |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/opendj-sdk/opendj3/src/main/docbkx/admin-guide/chap-replication.xml b/opendj-sdk/opendj3/src/main/docbkx/admin-guide/chap-replication.xml
index ebdd059..3dbfca9 100644
--- a/opendj-sdk/opendj3/src/main/docbkx/admin-guide/chap-replication.xml
+++ b/opendj-sdk/opendj3/src/main/docbkx/admin-guide/chap-replication.xml
@@ -764,14 +764,15 @@
   <procedure>
    <title>To Enable the External Change Log</title>
 
-   <para>OpenDJ directory servers not using replication cannnot expose an
+   <para>OpenDJ directory servers not using replication cannot expose an
    external change log. The OpenDJ server that exposes the change log must
    function both as a directory server, and also as a replication server for
    the suffix whose changes you want logged.</para>
    
    <step>
-    <para>Enable replication without using the <option>--</option> or
-    <option>--</option> options.</para>
+    <para>Enable replication without using the
+    <option>--noReplicationServer</option> or
+    <option>--onlyReplicationServer</option> options.</para>
 
     <para>With replication enabled, the changelog data can be accessed under
     <literal>cn=changelog</literal>. For example, the following search shows

--
Gitblit v1.10.0