diff options
author | Jan Blunck <jblunck@brocade.com> | 2014-12-09 16:15:56 +0100 |
---|---|---|
committer | Jan Blunck <jblunck@brocade.com> | 2014-12-09 16:15:56 +0100 |
commit | 70caceefa69fcb0388c4d91a6f8e719a07893358 (patch) | |
tree | 36f1bb8b7ac8c719c4629602825d92542e05b873 /components | |
parent | f587cb900b3100f31d379f3f9e1b60521c5ebc69 (diff) | |
download | live-boot-70caceefa69fcb0388c4d91a6f8e719a07893358.tar.gz live-boot-70caceefa69fcb0388c4d91a6f8e719a07893358.zip |
Fix spelling of unknown
Diffstat (limited to 'components')
-rwxr-xr-x | components/9990-misc-helpers.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/9990-misc-helpers.sh b/components/9990-misc-helpers.sh index 9951873..f845ed8 100755 --- a/components/9990-misc-helpers.sh +++ b/components/9990-misc-helpers.sh @@ -1415,7 +1415,7 @@ get_custom_mounts () union|bind) ;; *) - log_warning_msg "Skipping custom mount with unkown option: ${opt}" + log_warning_msg "Skipping custom mount with unknown option: ${opt}" continue 2 ;; esac |