From ac2d3f6daa3ae254a5b3760fdcf791b7bb9f7bed Mon Sep 17 00:00:00 2001
From: Mark Craig <mark.craig@forgerock.com>
Date: Fri, 16 Nov 2012 12:43:59 +0000
Subject: [PATCH] Typo

---
 opendj-sdk/opends/src/admin/defn/org/opends/server/admin/std/ChangeNumberControlPluginConfiguration.xml |    3 ++-
 opendj-sdk/opends/src/admin/messages/ChangeNumberControlPluginCfgDefn.properties                        |    2 +-
 opendj-sdk/opends/src/admin/messages/ChangeNumberControlPluginCfgDefn_zh_TW.properties                  |    2 +-
 opendj-sdk/opends/src/admin/messages/ChangeNumberControlPluginCfgDefn_ko.properties                     |    2 +-
 4 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/opendj-sdk/opends/src/admin/defn/org/opends/server/admin/std/ChangeNumberControlPluginConfiguration.xml b/opendj-sdk/opends/src/admin/defn/org/opends/server/admin/std/ChangeNumberControlPluginConfiguration.xml
index 7a21192..88c9663 100644
--- a/opendj-sdk/opends/src/admin/defn/org/opends/server/admin/std/ChangeNumberControlPluginConfiguration.xml
+++ b/opendj-sdk/opends/src/admin/defn/org/opends/server/admin/std/ChangeNumberControlPluginConfiguration.xml
@@ -24,6 +24,7 @@
   !
   !
   !      Copyright 2007-2008 Sun Microsystems, Inc.
+  !      Portions Copyright 2012 ForgeRock AS
   ! -->
 <adm:managed-object name="change-number-control-plugin"
   plural-name="change-number-control-plugins" package="org.opends.server.admin.std"
@@ -38,7 +39,7 @@
     The <adm:user-friendly-name /> returns the change number generated
     by the Multi-Master Replication subsystem when :
      - the Multi-Master Replication is configured and enabled
-     - the request is a write operation (add, delete, moidfy, moddn)
+     - the request is a write operation (add, delete, modify, moddn)
      - the control is part of a request.
     If all of the above are true, the response contains a control response
     with a string representing the change number.
diff --git a/opendj-sdk/opends/src/admin/messages/ChangeNumberControlPluginCfgDefn.properties b/opendj-sdk/opends/src/admin/messages/ChangeNumberControlPluginCfgDefn.properties
index 4ce46cf..68c6a48 100644
--- a/opendj-sdk/opends/src/admin/messages/ChangeNumberControlPluginCfgDefn.properties
+++ b/opendj-sdk/opends/src/admin/messages/ChangeNumberControlPluginCfgDefn.properties
@@ -1,7 +1,7 @@
 user-friendly-name=Change Number Control Plugin
 user-friendly-plural-name=Change Number Control Plugins
 synopsis=The Change Number Control Plugin returns the change number generated by the replication subsystem.
-description=The Change Number Control Plugin returns the change number generated by the Multi-Master Replication subsystem when : - the Multi-Master Replication is configured and enabled - the request is a write operation (add, delete, moidfy, moddn) - the control is part of a request. If all of the above are true, the response contains a control response with a string representing the change number. The implementation for the chnage number control plug-in is contained in the org.opends.server.plugins.ChangeNumberControlPlugin class. It must be configured with the postOperationAdd, postOperationDelete, postOperationModify and postOperationModifyDN plug-in types, but it does not have any other custom configuration.
+description=The Change Number Control Plugin returns the change number generated by the Multi-Master Replication subsystem when : - the Multi-Master Replication is configured and enabled - the request is a write operation (add, delete, modify, moddn) - the control is part of a request. If all of the above are true, the response contains a control response with a string representing the change number. The implementation for the chnage number control plug-in is contained in the org.opends.server.plugins.ChangeNumberControlPlugin class. It must be configured with the postOperationAdd, postOperationDelete, postOperationModify and postOperationModifyDN plug-in types, but it does not have any other custom configuration.
 property.enabled.synopsis=Indicates whether the plug-in is enabled for use.
 property.invoke-for-internal-operations.synopsis=Indicates whether the plug-in should be invoked for internal operations.
 property.invoke-for-internal-operations.description=Any plug-in that can be invoked for internal operations must ensure that it does not create any new internal operatons that can cause the same plug-in to be re-invoked.
diff --git a/opendj-sdk/opends/src/admin/messages/ChangeNumberControlPluginCfgDefn_ko.properties b/opendj-sdk/opends/src/admin/messages/ChangeNumberControlPluginCfgDefn_ko.properties
index c41521e..ee078df 100644
--- a/opendj-sdk/opends/src/admin/messages/ChangeNumberControlPluginCfgDefn_ko.properties
+++ b/opendj-sdk/opends/src/admin/messages/ChangeNumberControlPluginCfgDefn_ko.properties
@@ -1,7 +1,7 @@
 user-friendly-name=Change Number Control Plugin
 user-friendly-plural-name=Change Number Control Plugins
 synopsis=The Change Number Control Plugin returns the change number generated by the replication subsystem.
-description=The Change Number Control Plugin returns the change number generated by the Multi-Master Replication subsystem when : - the Multi-Master Replication is configured and enabled - the request is a write operation (add, delete, moidfy, moddn) - the control is part of a request. If all of the above are true, the response contains a control response with a string representing the change number. The implementation for the chnage number control plug-in is contained in the org.opends.server.plugins.ChangeNumberControlPlugin class. It must be configured with the postOperationAdd, postOperationDelete, postOperationModify and postOperationModifyDN plug-in types, but it does not have any other custom configuration.
+description=The Change Number Control Plugin returns the change number generated by the Multi-Master Replication subsystem when : - the Multi-Master Replication is configured and enabled - the request is a write operation (add, delete, modify, moddn) - the control is part of a request. If all of the above are true, the response contains a control response with a string representing the change number. The implementation for the chnage number control plug-in is contained in the org.opends.server.plugins.ChangeNumberControlPlugin class. It must be configured with the postOperationAdd, postOperationDelete, postOperationModify and postOperationModifyDN plug-in types, but it does not have any other custom configuration.
 property.enabled.synopsis=Indicates whether the plug-in is enabled for use.
 property.invoke-for-internal-operations.synopsis=Indicates whether the plug-in should be invoked for internal operations.
 property.invoke-for-internal-operations.description=Any plug-in that can be invoked for internal operations must ensure that it does not create any new internal operatons that can cause the same plug-in to be re-invoked.
diff --git a/opendj-sdk/opends/src/admin/messages/ChangeNumberControlPluginCfgDefn_zh_TW.properties b/opendj-sdk/opends/src/admin/messages/ChangeNumberControlPluginCfgDefn_zh_TW.properties
index c41521e..ee078df 100644
--- a/opendj-sdk/opends/src/admin/messages/ChangeNumberControlPluginCfgDefn_zh_TW.properties
+++ b/opendj-sdk/opends/src/admin/messages/ChangeNumberControlPluginCfgDefn_zh_TW.properties
@@ -1,7 +1,7 @@
 user-friendly-name=Change Number Control Plugin
 user-friendly-plural-name=Change Number Control Plugins
 synopsis=The Change Number Control Plugin returns the change number generated by the replication subsystem.
-description=The Change Number Control Plugin returns the change number generated by the Multi-Master Replication subsystem when : - the Multi-Master Replication is configured and enabled - the request is a write operation (add, delete, moidfy, moddn) - the control is part of a request. If all of the above are true, the response contains a control response with a string representing the change number. The implementation for the chnage number control plug-in is contained in the org.opends.server.plugins.ChangeNumberControlPlugin class. It must be configured with the postOperationAdd, postOperationDelete, postOperationModify and postOperationModifyDN plug-in types, but it does not have any other custom configuration.
+description=The Change Number Control Plugin returns the change number generated by the Multi-Master Replication subsystem when : - the Multi-Master Replication is configured and enabled - the request is a write operation (add, delete, modify, moddn) - the control is part of a request. If all of the above are true, the response contains a control response with a string representing the change number. The implementation for the chnage number control plug-in is contained in the org.opends.server.plugins.ChangeNumberControlPlugin class. It must be configured with the postOperationAdd, postOperationDelete, postOperationModify and postOperationModifyDN plug-in types, but it does not have any other custom configuration.
 property.enabled.synopsis=Indicates whether the plug-in is enabled for use.
 property.invoke-for-internal-operations.synopsis=Indicates whether the plug-in should be invoked for internal operations.
 property.invoke-for-internal-operations.description=Any plug-in that can be invoked for internal operations must ensure that it does not create any new internal operatons that can cause the same plug-in to be re-invoked.

--
Gitblit v1.10.0