diff options
Diffstat (limited to 'scripts/build/chroot_hosts')
-rwxr-xr-x | scripts/build/chroot_hosts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/build/chroot_hosts b/scripts/build/chroot_hosts index d7e97fa70..b6b2de1fa 100755 --- a/scripts/build/chroot_hosts +++ b/scripts/build/chroot_hosts @@ -31,7 +31,7 @@ case "${1}" in # Checking stage file Check_stagefile .build/chroot_hosts - # Aquire lock file + # Acquire lock file Acquire_lockfile if [ -f chroot/etc/hosts ] @@ -61,7 +61,7 @@ EOF remove) Echo_message "Deconfiguring file /etc/hosts" - # Aquire lock file + # Acquire lock file Acquire_lockfile if [ -e config/includes.chroot/etc/hosts ] |