Fixed typo.

This commit is contained in:
Otho 2023-01-17 00:02:50 -05:00
parent 88258df653
commit f7a43122d1
Signed by: Otho
GPG Key ID: 16C720CD3BBE21D9

View File

@ -268,7 +268,7 @@ while :; do
ZFS_SEND_OPTS="$ZFS_SEND_OPTS -v"
# Current on by default.
# ZFS_RECV_OPTS="$ZFS_RECV_OPTS -v"
debug "Enabled terbose mode."
debug "Enabled verbose mode."
;;
--) shift; break ;;
esac