From 3e7e34e1e9a46905235627a7af9b4285011f7a76 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

---
 opends/src/admin/messages/ChangeNumberControlPluginCfgDefn_zh_TW.properties |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/opends/src/admin/messages/ChangeNumberControlPluginCfgDefn_zh_TW.properties b/opends/src/admin/messages/ChangeNumberControlPluginCfgDefn_zh_TW.properties
index c41521e..ee078df 100644
--- a/opends/src/admin/messages/ChangeNumberControlPluginCfgDefn_zh_TW.properties
+++ b/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