From cd4bf3cfe91a9aac31fbb54ab06aa5d947d317d1 Mon Sep 17 00:00:00 2001
From: kenneth_suter <kenneth_suter@localhost>
Date: Mon, 09 Apr 2007 13:46:16 +0000
Subject: [PATCH] fixed typos in ldapmodify tool messages
---
opends/src/server/org/opends/server/messages/ToolMessages.java | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/opends/src/server/org/opends/server/messages/ToolMessages.java b/opends/src/server/org/opends/server/messages/ToolMessages.java
index 2a060a7..e6b567f 100644
--- a/opends/src/server/org/opends/server/messages/ToolMessages.java
+++ b/opends/src/server/org/opends/server/messages/ToolMessages.java
@@ -9964,9 +9964,9 @@
"Specifies the LDIF file containing the data to be " +
"updated.");
registerMessage(MSGID_LDIFMODIFY_DESCRIPTION_CHANGES,
- "Specifies he LDIF file containing the changes to apply.");
+ "Specifies the LDIF file containing the changes to apply.");
registerMessage(MSGID_LDIFMODIFY_DESCRIPTION_TARGET,
- "Specifies he file to which the updated data should be " +
+ "Specifies the file to which the updated data should be " +
"written.");
registerMessage(MSGID_LDIFMODIFY_DESCRIPTION_HELP,
"Displays this usage information.");
--
Gitblit v1.10.0