zfsbootmenu-ui.sh: fix typo in fallback message

This commit is contained in:
zenodotus280 2024-06-08 13:50:25 -07:00 committed by Zach Dykstra
parent d48408b063
commit 074d83bea6
1 changed files with 1 additions and 1 deletions

View File

@ -307,7 +307,7 @@ draw_snapshots() {
# ${snapshots} must always be defined so that the mod-n handler can be executed
snapshots="$( zfs list -t snapshot -H -o name -S "${sort_key}" "${benv}" )"
snapshots="${snapshots:-No snaphots available}"
snapshots="${snapshots:-No snapshots available}"
zdebug "snapshots: ${snapshots[*]}"