From 60458d486550290d9c4dc972bac0d0214b945314 Mon Sep 17 00:00:00 2001
From: Jean-Noel Rouvignac <jean-noel.rouvignac@forgerock.com>
Date: Mon, 04 Mar 2013 10:34:37 +0000
Subject: [PATCH] Fixed wording in the dev guide.
---
opendj-sdk/opendj3/src/main/docbkx/dev-guide/chap-understanding-ldap.xml | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/opendj-sdk/opendj3/src/main/docbkx/dev-guide/chap-understanding-ldap.xml b/opendj-sdk/opendj3/src/main/docbkx/dev-guide/chap-understanding-ldap.xml
index 608df1e..5eb7342 100644
--- a/opendj-sdk/opendj3/src/main/docbkx/dev-guide/chap-understanding-ldap.xml
+++ b/opendj-sdk/opendj3/src/main/docbkx/dev-guide/chap-understanding-ldap.xml
@@ -63,7 +63,7 @@
international standards, including Directory Access Protocol. The X.500
standards specify Open Systems Interconnect (OSI) protocols and
data definitions for general-purpose directory services. The X.500 standards
- were design to meet the needs of systems built according to the X.400
+ were designed to meet the needs of systems built according to the X.400
standards, covering electronic mail services.</para>
<para>Lightweight Directory Access Protocol has been around since the early
@@ -149,7 +149,7 @@
to make binary attribute values, such as passwords, certificates, or photos,
portable in text format.</para></footnote></para>
- <para>The entry also has a unique identifier, show at the top of the entry,
+ <para>The entry also has a unique identifier, shown at the top of the entry,
<literal>dn: uid=bjensen,ou=People,dc=example,dc=com</literal>. DN stands
for distinguished name. No two entries in the directory have the same
distinguished name.<footnote><para>Sometimes your distinguished names include
@@ -285,7 +285,7 @@
</indexterm>
<para>Delete. After binding, the client can request that the server
delete one or more entries. To delete and entry with other entries
- underneath, first delete the children, then then parent.</para>
+ underneath, first delete the children, then the parent.</para>
</listitem>
<listitem>
<indexterm>
--
Gitblit v1.10.0