From e6bb3228d98ff9de3e563b53a74c182d65c4ee4f Mon Sep 17 00:00:00 2001
From: ludovicp <ludovicp@localhost>
Date: Mon, 07 Jun 2010 09:57:55 +0000
Subject: [PATCH] Fix a typo in messages.

---
 opends/src/messages/messages/core.properties |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/opends/src/messages/messages/core.properties b/opends/src/messages/messages/core.properties
index 96ba3db..2038de5 100644
--- a/opends/src/messages/messages/core.properties
+++ b/opends/src/messages/messages/core.properties
@@ -627,8 +627,8 @@
  from backup directory %s because it is listed as a dependency for backup %s
 SEVERE_ERR_BACKUPDIRECTORY_CANNOT_CREATE_DIRECTORY_302=Backup directory %s \
  does not exist and an error occurred while attempting to create it:  %s
-SEVERE_ERR_BACKUPDIRECTORY_NOT_DIRECTORY_303=The path %s specifies as a \
- backup directory exists but does not reference a directory
+SEVERE_ERR_BACKUPDIRECTORY_NOT_DIRECTORY_303=The backup directory path %s \
+ exists but does not reference a directory
 SEVERE_ERR_BACKUPDIRECTORY_CANNOT_DELETE_SAVED_DESCRIPTOR_304=An error \
  occurred while trying to remove saved backup descriptor file %s:  %s.  The \
  new backup descriptor has been written to %s but will not be used until it is \
@@ -1511,9 +1511,9 @@
  Server schema configuration because it includes attribute %s without any \
  values
 FATAL_ERR_DSCORE_ERROR_NODETACH_AND_WINDOW_SERVICE_598=OpenDS is configured \
- to run as a window service and it cannot run in no-detach mode
-INFO_DSCORE_DESCRIPTION_WINDOWS_NET_START_599=Used by the window service code \
- to inform that start-ds is being called from the window services after a call \
+ to run as a Windows service and it cannot run in no-detach mode
+INFO_DSCORE_DESCRIPTION_WINDOWS_NET_START_599=Used by the Windows service code \
+ to inform that start-ds is being called from the Windows services after a call \
  to net start
 MILD_ERR_ENTRY_DECODE_UNRECOGNIZED_VERSION_600=Unable to decode an entry \
  because it had an unsupported entry version byte value of %s

--
Gitblit v1.10.0