From 5d2f281fac127e49101eccce66f3e29931dab708 Mon Sep 17 00:00:00 2001
From: david_williams <david_williams>
Date: Tue, 15 Feb 2011 03:47:26 +0000
Subject: [PATCH] minor fix of comments

---
 releng.control/sendPromoteMail.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/releng.control/sendPromoteMail.sh b/releng.control/sendPromoteMail.sh
index 4e8a69043..56c508146 100644
--- a/releng.control/sendPromoteMail.sh
+++ b/releng.control/sendPromoteMail.sh
@@ -9,13 +9,13 @@ fi
 TODIR=$2
 if [ -z $TODIR ]
 then
-    echo "must provide TODIR name as first argumnet"
+    echo "must provide TODIR name as second argumnet"
     exit 8;
 fi
 DROPDIR=$3
 if [ -z $DROPDIR ]
 then
-    echo "must provide DROPDIR name as first argumnet"
+    echo "must provide DROPDIR name as third argumnet"
     exit 7;
 fi
 
-- 
GitLab