From 8132eb311a3d006a20d68d12ebe577b394c315dd Mon Sep 17 00:00:00 2001
From: lutoff <lutoff@localhost>
Date: Mon, 27 Jul 2009 12:15:17 +0000
Subject: [PATCH] Fix types (see issue #4146 and #4147)

---
 opendj-sdk/opends/src/admin/defn/org/opends/server/admin/std/SNMPConnectionHandlerConfiguration.xml |    4 ++--
 opendj-sdk/opends/src/admin/defn/org/opends/server/admin/std/BackendConfiguration.xml               |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/opendj-sdk/opends/src/admin/defn/org/opends/server/admin/std/BackendConfiguration.xml b/opendj-sdk/opends/src/admin/defn/org/opends/server/admin/std/BackendConfiguration.xml
index f1e9377..0f11ad3 100644
--- a/opendj-sdk/opends/src/admin/defn/org/opends/server/admin/std/BackendConfiguration.xml
+++ b/opendj-sdk/opends/src/admin/defn/org/opends/server/admin/std/BackendConfiguration.xml
@@ -115,7 +115,7 @@
             Allows write operations to be performed in that backend (if
             the requested operation is valid, the user has permission to
             perform the operation, the backend supports that type of
-            write operation, and the global writability mode property is
+            write operation, and the global writability-mode property is
             also enabled).
           </adm:synopsis>
         </adm:value>
diff --git a/opendj-sdk/opends/src/admin/defn/org/opends/server/admin/std/SNMPConnectionHandlerConfiguration.xml b/opendj-sdk/opends/src/admin/defn/org/opends/server/admin/std/SNMPConnectionHandlerConfiguration.xml
index 4a3cc6d..f823027 100644
--- a/opendj-sdk/opends/src/admin/defn/org/opends/server/admin/std/SNMPConnectionHandlerConfiguration.xml
+++ b/opendj-sdk/opends/src/admin/defn/org/opends/server/admin/std/SNMPConnectionHandlerConfiguration.xml
@@ -187,7 +187,7 @@
             Specifies the type of security level : NoAuthNoPriv : No security 
             mechanisms activated, AuthNoPriv : Authentication activated with no 
             privacy, AuthPriv : Authentication with privacy activated. 
-            This property id required for SNMP V3 security configuration.
+            This property is required for SNMP V3 security configuration.
         </adm:synopsis>
         <adm:requires-admin-action>
           <adm:component-restart />
@@ -225,7 +225,7 @@
     <!-- Trap Community  -->
     <adm:property name="traps-community" >
         <adm:synopsis>
-            Specifies the community string that must be include in the traps 
+            Specifies the community string that must be included in the traps 
             sent to define managers (trap-destinations). 
             This property is used in the context of SNMP v1, v2 and v3.
         </adm:synopsis>

--
Gitblit v1.10.0