From 7b99bfa2958068e3a1a466aca71227d5615bdbe6 Mon Sep 17 00:00:00 2001
From: Mark Craig <mark.craig@forgerock.com>
Date: Mon, 22 Jul 2013 15:54:08 +0000
Subject: [PATCH] CR-2033 Fix for OPENDJ-1073: Provide an understanding LDAP chapter for directory admins

---
 opends/src/main/docbkx/admin-guide/chap-schema.xml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/opends/src/main/docbkx/admin-guide/chap-schema.xml b/opends/src/main/docbkx/admin-guide/chap-schema.xml
index 60335d4..b0ca409 100644
--- a/opends/src/main/docbkx/admin-guide/chap-schema.xml
+++ b/opends/src/main/docbkx/admin-guide/chap-schema.xml
@@ -53,7 +53,7 @@
   <title>About Directory Schema</title>
   
   <para>Directory schema, described in <link
-  xlink:href='http://tools.ietf.org/html/rfc4512'>RFC 4512</link>, define
+  xlink:href='http://tools.ietf.org/html/rfc4512'>RFC 4512</link>, defines
   the kinds of information you find in the directory, and can define how
   the information are related. This chapter focuses primarily on two types
   of directory schema definitions.</para>
@@ -200,7 +200,7 @@
   directory schema definitions while the server is running. As a result you can
   add support for new applications that require new attributes or new kinds
   of entries without interrupting the directory service. OpenDJ also replicates
-  schema definitions, so the schema you add on one replica are propagated to
+  schema definitions, so the schema you add on one replica is propagated to
   other replicas without you having to intervene manually.</para>
   
   <para>As it is easy to introduce typos into schema definitions, the

--
Gitblit v1.10.0