Merge pull request #81 from tuffnatty/another-typo

Another typo fix
This commit is contained in:
DatuX 2021-06-17 11:21:08 +02:00 committed by GitHub
commit 01dc65af96
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -201,7 +201,7 @@ class ZfsNode(ExecuteNode):
self.run(cmd, readonly=False)
def selected_datasets(self, exclude_received, exclude_paths):
"""determine filesystems that should be backupped by looking at the special autobackup-property, systemwide
"""determine filesystems that should be backed up by looking at the special autobackup-property, systemwide
returns: list of ZfsDataset
"""