Browse Source

Fix comment typo.

Dan Helfman 6 months ago
parent
commit
0b9f3ae8a1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      borgmatic/hooks/data_source/btrfs.py

+ 1 - 1
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