From 1c504c89a941656e4991b345b866b50e85219133 Mon Sep 17 00:00:00 2001
From: jvergara <jvergara@localhost>
Date: Wed, 13 Feb 2008 18:04:21 +0000
Subject: [PATCH] Fix a typo in a comment in installer.xml and use a proper formatting for the progress message in the uninstaller when disabling the windows service.

---
 opendj-sdk/opends/tests/installer.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/opendj-sdk/opends/tests/installer.xml b/opendj-sdk/opends/tests/installer.xml
index 833f41d..8e88e03 100644
--- a/opendj-sdk/opends/tests/installer.xml
+++ b/opendj-sdk/opends/tests/installer.xml
@@ -100,7 +100,7 @@
     <target name="uninstall" depends="status-do,stop-do,uninstall-do"/>
 	<!-- Uninstallation section - bottom -->
 	
-	<!-- Configuration secton - top -->
+	<!-- Configuration section - top -->
     <target name="configure-do"
             description="configures product to listen on the right port number"
             if="product.installed" >

--
Gitblit v1.10.0