diff options
author | Lyndon Brown <jnqnfe@gmail.com> | 2020-04-29 10:26:49 +0100 |
---|---|---|
committer | Lyndon Brown <jnqnfe@gmail.com> | 2020-04-29 10:27:16 +0100 |
commit | 29ab2459c8e8f2287a968567dc6559f3f14eeb4e (patch) | |
tree | bdef6850a0e5e81f2d546ed3664705482c923dd4 /functions | |
parent | 6a5d42d5692374f14e6cf04e6fe6556942dce50a (diff) | |
download | vyos-live-build-29ab2459c8e8f2287a968567dc6559f3f14eeb4e.tar.gz vyos-live-build-29ab2459c8e8f2287a968567dc6559f3f14eeb4e.zip |
a couple tiny doc fixes
Gbp-Dch: Ignore
Diffstat (limited to 'functions')
-rwxr-xr-x | functions/stagefile.sh | 2 |
1 files changed, 1 insertions, 1 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 |