From 7618e284f1d654ee8ee0a0f25c05e1e7aeb9a847 Mon Sep 17 00:00:00 2001
From: jvergara <jvergara@localhost>
Date: Tue, 22 Jan 2008 13:41:05 +0000
Subject: [PATCH] Fix a couple of typos (parentheses were not closed).

---
 opendj-sdk/opends/src/messages/messages/tools.properties |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/opendj-sdk/opends/src/messages/messages/tools.properties b/opendj-sdk/opends/src/messages/messages/tools.properties
index 690fc69..91aaf33 100644
--- a/opendj-sdk/opends/src/messages/messages/tools.properties
+++ b/opendj-sdk/opends/src/messages/messages/tools.properties
@@ -553,7 +553,7 @@
 SEVERE_ERR_RESTOREDB_CANNOT_LOCK_BACKEND_330=An error occurred while \
  attempting to acquire an exclusive lock for backend %s:  %s.  This generally \
  means some other process is still using this backend (e.g., it is in use by \
- the Directory Server or a backup or LDIF export is in progress.  The restore \
+ the Directory Server or a backup or LDIF export is in progress).  The restore \
  cannot continue
 SEVERE_WARN_RESTOREDB_CANNOT_UNLOCK_BACKEND_331=An error occurred while \
  attempting to release the exclusive lock for backend %s:  %s.  This lock \
@@ -562,7 +562,7 @@
 SEVERE_ERR_LDIFIMPORT_CANNOT_LOCK_BACKEND_332=An error occurred while \
  attempting to acquire an exclusive lock for backend %s:  %s.  This generally \
  means some other process is still using this backend (e.g., it is in use by \
- the Directory Server or a backup or LDIF export is in progress.  The LDIF \
+ the Directory Server or a backup or LDIF export is in progress).  The LDIF \
  import cannot continue
 SEVERE_WARN_LDIFIMPORT_CANNOT_UNLOCK_BACKEND_333=An error occurred while \
  attempting to release the exclusive lock for backend %s:  %s.  This lock \

--
Gitblit v1.10.0