From f45e3caf7c8c9b4a6f4807a6a0cbe99aacddd8cd Mon Sep 17 00:00:00 2001
From: Jean-Noel Rouvignac <jean-noel.rouvignac@forgerock.com>
Date: Thu, 13 Nov 2014 12:21:49 +0000
Subject: [PATCH] Removed the apparently obsolete "Two spaces after dot" English spacing convention

---
 opendj3-server-dev/src/messages/messages/admin.properties |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/opendj3-server-dev/src/messages/messages/admin.properties b/opendj3-server-dev/src/messages/messages/admin.properties
index 5b04bf8..eefa92a 100644
--- a/opendj3-server-dev/src/messages/messages/admin.properties
+++ b/opendj3-server-dev/src/messages/messages/admin.properties
@@ -57,11 +57,11 @@
  trying to decode the managed object configuration entry %s: %s
 ERR_ADMIN_CANNOT_INSTANTIATE_CLASS_6=The Directory Server was unable \
  to load class %s and use it to create a component instance as defined in \
- configuration entry %s.  The error that occurred was:  %s.  This component \
+ configuration entry %s. The error that occurred was: %s. This component \
  will be disabled
 ERR_ADMIN_CANNOT_OPEN_JAR_FILE_9=The Directory Server jar file %s in \
  directory %s cannot be loaded because an unexpected error occurred while \
- trying to open the file for reading:  %s
+ trying to open the file for reading: %s
 ERR_ADMIN_NO_EXTENSIONS_DIR_12=The extensions directory %s does not \
  exist, therefore no extensions will be loaded
 ERR_ADMIN_EXTENSIONS_DIR_NOT_DIRECTORY_13=Unable to read the Directory \
@@ -69,12 +69,12 @@
  directory
 ERR_ADMIN_EXTENSIONS_CANNOT_LIST_FILES_14=Unable to read the Directory \
  Server extensions from directory %s because an unexpected error occurred \
- while trying to list the files in that directory:  %s
+ while trying to list the files in that directory: %s
 ERR_ADMIN_CANNOT_FIND_CORE_MANIFEST_15=The core administration manifest \
  file %s cannot be located
 ERR_ADMIN_CANNOT_READ_EXTENSION_MANIFEST_17=The administration \
  manifest file %s associated with the extension %s cannot be loaded because an \
- unexpected error occurred while trying to read it:  %s
+ unexpected error occurred while trying to read it: %s
 INFO_ADMIN_TOOL_DESCRIPTION_18=This utility can be used to perform operations \
  in the Directory Server administration framework
 INFO_ADMIN_SUBCMD_CREATE_GROUP_DESCRIPTION_19=Create a new server group

--
Gitblit v1.10.0