summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoonas Niilola <juippis@gentoo.org>2022-04-07 22:20:22 +0300
committerJoonas Niilola <juippis@gentoo.org>2022-04-07 22:21:21 +0300
commit93d3a8ca4a37b25c71ca9c0edcf1a941a80c8a41 (patch)
tree539bf1e0a69d5bc72957a25d43a63acbe26e87c1 /sys-fs/zfs-auto-snapshot
parentapp-emacs/switch-window: downgrade NEED_EMACS to 24 (diff)
downloadgentoo-93d3a8ca4a37b25c71ca9c0edcf1a941a80c8a41.tar.gz
gentoo-93d3a8ca4a37b25c71ca9c0edcf1a941a80c8a41.tar.bz2
gentoo-93d3a8ca4a37b25c71ca9c0edcf1a941a80c8a41.zip
sys-fs/zfs-auto-snapshot: typofix in README.gentoo
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'sys-fs/zfs-auto-snapshot')
-rw-r--r--sys-fs/zfs-auto-snapshot/files/README.gentoo2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-fs/zfs-auto-snapshot/files/README.gentoo b/sys-fs/zfs-auto-snapshot/files/README.gentoo
index cb712d317ea0..c48b72277569 100644
--- a/sys-fs/zfs-auto-snapshot/files/README.gentoo
+++ b/sys-fs/zfs-auto-snapshot/files/README.gentoo
@@ -10,7 +10,7 @@ zfs set com.sun:auto-snapshot:<frequent|hourly|daily|weekly|monthly>=[true|false
for example:
# zfs set com.sun:auto-snapshot=false zroot
-Will disalbe all snapshots for zroot and all nested datasets will inherit the property.
+Will disable all snapshots for zroot and all nested datasets will inherit the property.
# zfs set com.sun:auto-snapshot=true zroot/ROOT/default
Will enable all types of snapshots for given dataset.