From 1c97e782c37fe716dffd009f81ecdd5764a27e40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Korbinian=20P=C3=B6ppel?= Date: Tue, 28 Jul 2026 16:39:34 +0200 Subject: [PATCH] Fix: Remove spelling errors. --- btrbk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/btrbk b/btrbk index 704d98a..860bca0 100755 --- a/btrbk +++ b/btrbk @@ -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")) { 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 running "btrbk snapshot --preserve", there is no need to # 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 { foreach my $sroot (vinfo_subsection($config, 'volume')) {