[SCM] Debian Live build scripts branch, master, updated. 1.0.3-2-19-g13a160e

Chris Lamb lamby at debian.org
Sat Feb 21 23:18:04 UTC 2009


The following commit has been merged in the master branch:
commit 13a160e9754ed643164a016334dd23e490ed4fa0
Author: Chris Lamb <lamby at debian.org>
Date:   Sat Feb 21 23:14:24 2009 +0000

    Correcting spelling of s/lenght/length/ in warning messages.

diff --git a/functions/defaults.sh b/functions/defaults.sh
index 598b7c7..5244d2e 100755
--- a/functions/defaults.sh
+++ b/functions/defaults.sh
@@ -852,21 +852,21 @@ Check_defaults ()
 
 	if [ "$(echo ${LH_ISO_APPLICATION} | wc -c)" -ge 129 ]
 	then
-		Echo_warning "You have specified a too long string for iso application, the maximum lenght is 128 characters."
+		Echo_warning "You have specified a too long string for iso application, the maximum length is 128 characters."
 	fi
 
 	if [ "$(echo ${LH_ISO_PREPARER} | wc -c)" -ge  129 ]
 	then
-		Echo_warning "You have specified a too long string for iso preparer, the maximum lenght is 128 characters."
+		Echo_warning "You have specified a too long string for iso preparer, the maximum length is 128 characters."
 	fi
 
 	if [ "$(echo ${LH_ISO_PUBLISHER} | wc -c)" -ge 129 ]
 	then
-		Echo_warning "You have specified a too long string for iso publisher, the maximum lenght is 128 characters."
+		Echo_warning "You have specified a too long string for iso publisher, the maximum length is 128 characters."
 	fi
 
 	if [ "$(eval "echo ${LH_ISO_VOLUME}" | wc -c)" -ge 33 ]
 	then
-		Echo_warning "You have specified a too long string for iso volume, the maximum lenght is 32 characters."
+		Echo_warning "You have specified a too long string for iso volume, the maximum length is 32 characters."
 	fi
 }

-- 
Debian Live build scripts



More information about the debian-live-changes mailing list