diff options
-rwxr-xr-x | functions/stagefile.sh | 2 | ||||
-rwxr-xr-x | scripts/build/config | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/functions/stagefile.sh b/functions/stagefile.sh index 3108a7058..384aaec2d 100755 --- a/functions/stagefile.sh +++ b/functions/stagefile.sh @@ -40,7 +40,7 @@ Check_stagefile () fi } -# Used by chroot preperation scripts in removal mode +# Used by chroot preparation scripts in removal mode Ensure_stagefile_exists () { local FILE diff --git a/scripts/build/config b/scripts/build/config index 8c4e421d5..a3d36d9df 100755 --- a/scripts/build/config +++ b/scripts/build/config @@ -1222,7 +1222,7 @@ LB_COMPRESSION="${LB_COMPRESSION}" LB_ZSYNC="${LB_ZSYNC}" # Control if we build binary images chrooted -# DO NEVER, *NEVER*, *N*E*V*E*R* SET THIS OPTION to false. +# NEVER, *EVER*, *E*V*E*R* SET THIS OPTION to false. LB_BUILD_WITH_CHROOT="${LB_BUILD_WITH_CHROOT}" # Set debian-installer |