diff options
author | John Eismeier <[email protected]> | 2018-02-28 11:57:10 -0500 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2018-02-28 08:57:10 -0800 |
commit | d699aaef09fd8d71ad72c92f18219e97dc1f45e6 (patch) | |
tree | 3553b2abe32d356f3176cd28e11759f32144639c /contrib | |
parent | d72cd017dd339b5d916cbcdacd885b3b78ac5d74 (diff) |
Fix some typos
Reviewed-by: Giuseppe Di Natale <[email protected]>
Reviewed-by: Brian Behlendorf <[email protected]>
Reviewed by: George Melikov <[email protected]>
Signed-off-by: John Eismeier <[email protected]>
Closes #7237
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/initramfs/scripts/zfs.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/initramfs/scripts/zfs.in b/contrib/initramfs/scripts/zfs.in index d51ae1ea0..c0755a371 100644 --- a/contrib/initramfs/scripts/zfs.in +++ b/contrib/initramfs/scripts/zfs.in @@ -478,7 +478,7 @@ destroy_fs() echo "Message: $ZFS_STDERR" echo "Error: $ZFS_ERROR" echo "" - echo "Failed to destroy '$fs'. Please make sure that '$fs' is not availible." + echo "Failed to destroy '$fs'. Please make sure that '$fs' is not available." echo "Hint: Try: zfs destroy -Rfn $fs" echo "If this dryrun looks good, then remove the 'n' from '-Rfn' and try again." /bin/sh |