Skip to content

Commit 074d83b

Browse files
zenodotus280zdykstra
authored andcommitted
zfsbootmenu-ui.sh: fix typo in fallback message
1 parent d48408b commit 074d83b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zfsbootmenu/lib/zfsbootmenu-ui.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ draw_snapshots() {
307307

308308
# ${snapshots} must always be defined so that the mod-n handler can be executed
309309
snapshots="$( zfs list -t snapshot -H -o name -S "${sort_key}" "${benv}" )"
310-
snapshots="${snapshots:-No snaphots available}"
310+
snapshots="${snapshots:-No snapshots available}"
311311

312312
zdebug "snapshots: ${snapshots[*]}"
313313

0 commit comments

Comments
 (0)