diff options
author | Lyndon Brown <jnqnfe@gmail.com> | 2020-03-13 16:19:59 +0000 |
---|---|---|
committer | Lyndon Brown <jnqnfe@gmail.com> | 2020-03-13 16:19:59 +0000 |
commit | a46985b08ac8b8c73d8a3965ee83daa4d4c41e22 (patch) | |
tree | 1cd530d446287cef557f031eb5c42874b5df036c /scripts/build/installer_preseed | |
parent | 24c3582b2c3220922bd662d8c3d192697276429d (diff) | |
download | vyos-live-build-a46985b08ac8b8c73d8a3965ee83daa4d4c41e22.tar.gz vyos-live-build-a46985b08ac8b8c73d8a3965ee83daa4d4c41e22.zip |
fix comment typo
Gbp-Dch: Ignore
Diffstat (limited to 'scripts/build/installer_preseed')
-rwxr-xr-x | scripts/build/installer_preseed | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/installer_preseed b/scripts/build/installer_preseed index 14b40775e..90a0d91b2 100755 --- a/scripts/build/installer_preseed +++ b/scripts/build/installer_preseed @@ -33,7 +33,7 @@ Echo_message "Begin including local preseeds..." # Checking stage file Check_stagefile .build/installer_preseed -# Aquire lock file +# Acquire lock file Acquire_lockfile if ls config/preseed/*.cfg > /dev/null 2>&1 || \ |