diff options
author | Brian Behlendorf <[email protected]> | 2022-12-22 11:34:28 -0800 |
---|---|---|
committer | GitHub <[email protected]> | 2022-12-22 11:34:28 -0800 |
commit | 29e1b089c14bf0f09d16801652cd82376fa3feb2 (patch) | |
tree | e39ab43526b9c4ba45fa87deafdc1420e138a706 | |
parent | b4cd4fe1aa8c43a779a3bc2132f3772565dc4d07 (diff) |
Documentation corrections
- Update the link to the OpenZFS Code of Conduct.
- Remove extra "the" from contrib/initramfs/scripts/zfs
Reviewed-by: George Melikov <[email protected]>
Signed-off-by: Brian Behlendorf <[email protected]>
Closes #14298
Closes #14307
-rw-r--r-- | CODE_OF_CONDUCT.md | 2 | ||||
-rw-r--r-- | contrib/initramfs/scripts/zfs | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index 2dcc251e5..51c9ef195 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -1,2 +1,2 @@ -The [OpenZFS Code of Conduct](http://www.open-zfs.org/wiki/Code_of_Conduct) +The [OpenZFS Code of Conduct](https://openzfs.org/wiki/Code_of_Conduct) applies to spaces associated with the OpenZFS project, including GitHub. diff --git a/contrib/initramfs/scripts/zfs b/contrib/initramfs/scripts/zfs index 20fea8c34..c724f0c2c 100644 --- a/contrib/initramfs/scripts/zfs +++ b/contrib/initramfs/scripts/zfs @@ -501,7 +501,7 @@ clone_snap() echo "Error: $ZFS_ERROR" echo "" echo "Failed to clone snapshot." - echo "Make sure that the any problems are corrected and then make sure" + echo "Make sure that any problems are corrected and then make sure" echo "that the dataset '$destfs' exists and is bootable." shell else |