Fix: Remove spelling errors.

pull/547/head
Korbinian Pöppel 2026-07-28 16:39:34 +02:00
parent 7eb92b73eb
commit 1c97e782c3
1 changed files with 2 additions and 2 deletions

4
btrbk
View File

@ -6023,7 +6023,7 @@ MAIN:
# #
# create vinfo nodes (no readin yet) # create vinfo nodes (no read in yet)
# #
foreach my $config_vol (config_subsection($config, "volume")) { foreach my $config_vol (config_subsection($config, "volume")) {
my $sroot = $config_vol->{DUMMY} ? { CONFIG => $config_vol, PRINT => "*default*" } : vinfo($config_vol->{url}, $config_vol); my $sroot = $config_vol->{DUMMY} ? { CONFIG => $config_vol, PRINT => "*default*" } : vinfo($config_vol->{url}, $config_vol);
@ -6382,7 +6382,7 @@ MAIN:
if($action_run && $skip_backups && $preserve_snapshots && $preserve_backups) { if($action_run && $skip_backups && $preserve_snapshots && $preserve_backups) {
# if running "btrbk snapshot --preserve", there is no need to # if running "btrbk snapshot --preserve", there is no need to
# initialize targets, and we don't want to fail on missing targets. # initialize targets, and we don't want to fail on missing targets.
DEBUG "Skipping target tree readin (preserving all snapshots and backups)"; DEBUG "Skipping target tree read in (preserving all snapshots and backups)";
} }
else { else {
foreach my $sroot (vinfo_subsection($config, 'volume')) { foreach my $sroot (vinfo_subsection($config, 'volume')) {