diff --git a/zfs_autobackup/ZfsNode.py b/zfs_autobackup/ZfsNode.py index da37349..5243cfa 100644 --- a/zfs_autobackup/ZfsNode.py +++ b/zfs_autobackup/ZfsNode.py @@ -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 """