From c6002c0e4005260175793345e4a85bf967db2adb Mon Sep 17 00:00:00 2001
From: Daniel Baumann <daniel@debian.org>
Date: Tue, 30 Oct 2007 09:52:38 +0100
Subject: Fixing typing error (missing paranthese).

---
 helpers/lh_config | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/helpers/lh_config b/helpers/lh_config
index c702b7d..c3f018a 100755
--- a/helpers/lh_config
+++ b/helpers/lh_config
@@ -776,7 +776,7 @@ cat > config/chroot << EOF
 LH_CHROOT_FILESYSTEM="${LH_CHROOT_FILESYSTEM}"
 
 # \$LH_UNION_FILESYSTEM: set union filesystem
-# (Default: ${LH_UNION_FILESYSTEM}
+# (Default: ${LH_UNION_FILESYSTEM})
 LH_UNION_FILESYSTEM="${LH_UNION_FILESYSTEM}"
 
 # \$LH_EXPOSED_ROOT: expose root as read only
-- 
cgit v1.0