From 2acd26b304446a6dbee5c01c3b5a4d2abe286e9d Mon Sep 17 00:00:00 2001 From: Phil Krylov Date: Wed, 16 Jun 2021 19:52:06 +0300 Subject: [PATCH] Fix a typo --- zfs_autobackup/ZfsNode.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 """