From d2f0dbd8b0421e1af6ea202533a18dc58d677c9c Mon Sep 17 00:00:00 2001
From: neil_a_wilson <neil_a_wilson@localhost>
Date: Sun, 02 Sep 2007 02:05:01 +0000
Subject: [PATCH] Correct a number of spelling errors in configuration definitions.
---
opendj-sdk/opends/src/admin/defn/org/opends/server/admin/std/MultimasterDomainConfiguration.xml | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/opendj-sdk/opends/src/admin/defn/org/opends/server/admin/std/MultimasterDomainConfiguration.xml b/opendj-sdk/opends/src/admin/defn/org/opends/server/admin/std/MultimasterDomainConfiguration.xml
index c481be9..163ce8e 100644
--- a/opendj-sdk/opends/src/admin/defn/org/opends/server/admin/std/MultimasterDomainConfiguration.xml
+++ b/opendj-sdk/opends/src/admin/defn/org/opends/server/admin/std/MultimasterDomainConfiguration.xml
@@ -53,7 +53,7 @@
should try to connect at startup time.
</adm:synopsis>
<adm:description>
- Adresses must be specified using the syntax: hostname:port
+ Addresses must be specified using the syntax: hostname:port
</adm:description>
<adm:requires-admin-action>
<adm:none />
@@ -224,7 +224,7 @@
<adm:synopsis>
Specifies the heartbeat interval that this Domain must use when
communicating with replication servers. The Domain will expect
- regular heatbeat coming from the replication server with this
+ regular heartbeat coming from the replication server with this
interval if they are not received it will close its connection and
connect to another replication server.
</adm:synopsis>
@@ -261,7 +261,7 @@
<adm:synopsis>
Indicates that updates should be accepted even though it is
not possible to send them to any Replication Server.
- Best effort will be made to resend those updates to a
+ Best effort will be made to re-send those updates to a
Replication Servers when one of them is available, however
those changes will be at risk because they will only be
available from the historical information. This mode may
@@ -284,4 +284,4 @@
</ldap:attribute>
</adm:profile>
</adm:property>
-</adm:managed-object>
+</adm:managed-object>
\ No newline at end of file
--
Gitblit v1.10.0