From f389591ad1159ce28b56235aaa3f00afa5dd9e22 Mon Sep 17 00:00:00 2001
From: neil_a_wilson <neil_a_wilson@localhost>
Date: Sun, 02 Sep 2007 02:05:01 +0000
Subject: [PATCH] Correct a number of spelling errors in configuration definitions.

---
 opends/src/admin/defn/org/opends/server/admin/std/SMTPAlertHandlerConfiguration.xml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/opends/src/admin/defn/org/opends/server/admin/std/SMTPAlertHandlerConfiguration.xml b/opends/src/admin/defn/org/opends/server/admin/std/SMTPAlertHandlerConfiguration.xml
index 085a0e3..7a2da6b 100644
--- a/opends/src/admin/defn/org/opends/server/admin/std/SMTPAlertHandlerConfiguration.xml
+++ b/opends/src/admin/defn/org/opends/server/admin/std/SMTPAlertHandlerConfiguration.xml
@@ -91,7 +91,7 @@
 
   <adm:property name="message-subject" mandatory="true" multi-valued="false">
     <adm:synopsis>
-      Specifies the subject that should be used for e-mail messsages generated
+      Specifies the subject that should be used for e-mail messages generated
       by this alert handler.  The token "%%alert-type%%" will be dynamically
       replaced with the alert type string.  The token "%%alert-id%%" will be
       dynamically replaced with the alert ID value.  The token
@@ -111,7 +111,7 @@
 
   <adm:property name="message-body" mandatory="true" multi-valued="false">
     <adm:synopsis>
-      Specifies the body that should be used for e-mail messsages generated
+      Specifies the body that should be used for e-mail messages generated
       by this alert handler.  The token "%%alert-type%%" will be dynamically
       replaced with the alert type string.  The token "%%alert-id%%" will be
       dynamically replaced with the alert ID value.  The token

--
Gitblit v1.10.0