diff --git a/borgmatic/hooks/data_source/btrfs.py b/borgmatic/hooks/data_source/btrfs.py index 7872c734..f07abecd 100644 --- a/borgmatic/hooks/data_source/btrfs.py +++ b/borgmatic/hooks/data_source/btrfs.py @@ -90,7 +90,7 @@ def get_subvolumes(btrfs_command, findmnt_command, source_directories=None): candidate_source_directories = set(source_directories or ()) subvolumes = [] - # For each filesystem mount point, find its subvolumes and match them again the given source + # For each filesystem mount point, find its subvolumes and match them against the given source # directories to find the subvolumes to backup. And within this loop, sort the subvolumes from # longest to shortest mount points, so longer mount points get a whack at the candidate source # directory piƱata before their parents do. (Source directories are consumed during this