--- a/scripts/domain-check Fri Jun 28 13:27:07 2013 -0400
+++ b/scripts/domain-check Tue Jul 09 09:17:48 2013 +0200
@@ -5,7 +5,7 @@
#
# Author: Matty < matty91 at gmail dot com >
#
-# Current Version: 1.95
+# Current Version: 1.96
#
# Revision History:
# Version 1.96
@@ -21,7 +21,7 @@
# Bug fix and enhancement for .uk and .co.uk -- Vivek Gite <vivek@nixcraft.com>
#
# Version 1.8
-# Bug fix added $mailContact -- Vivek Gite <vivek@nixcraft.com>
+# Bug fix added $MAIL -- Vivek Gite <vivek@nixcraft.com>
#
# Version 1.7
# Added support for .jp domain names -- Vivek Gite <vivek@nixcraft.com>
@@ -149,7 +149,7 @@
declare -A domainPoll
#############################################################################
-# Purpose: Convert a date from month-DAY-YEAR to Julian format
+# Purpose: Convert a date from MONTH-DAY-YEAR to Julian format
# Acknowledgements: Code was adapted from examples in the book
# "Shell Scripting Recipes: A Problem-Solution Approach"
# ( ISBN 1590594711 )