From a0fcfedb0b2cc1b6cb6308d220c7c3b90e075f7e Mon Sep 17 00:00:00 2001
From: Chris Lamb <lamby@debian.org>
Date: Thu, 29 Jul 2010 23:02:54 -0400
Subject: Fixing spelling typo.
---
functions/defaults.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/functions/defaults.sh b/functions/defaults.sh
index 27517e7..12141dd 100755
--- a/functions/defaults.sh
+++ b/functions/defaults.sh
@@ -1109,7 +1109,7 @@ Check_defaults ()
exit 1
elif [ ${CURRENT_CONFIG_VERSION} -eq 1 ]
then
- Echo_error "This config tree is too old for this version of live-heloer (${VERSION})."
+ Echo_error "This config tree is too old for this version of live-helper (${VERSION})."
Echo_error "Aborting build, please repopulate the config tree."
exit 1
elif [ ${CURRENT_CONFIG_VERSION} -lt 1 ]
--
cgit v1.0