diff options
author | Andrea Gelmini <[email protected]> | 2021-04-02 18:38:53 -0700 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2021-04-02 18:52:15 -0700 |
commit | bf169e9f15efbc343b931f20cfad5d2b59c8a821 (patch) | |
tree | a15662d4490569937a30c715704ff51a698a2473 /etc | |
parent | 943df59ed942182427ed50b94a346dc22c4407e6 (diff) |
Fix various typos
Correct an assortment of typos throughout the code base.
Reviewed-by: Brian Behlendorf <[email protected]>
Reviewed-by: Matthew Ahrens <[email protected]>
Reviewed-by: Ryan Moeller <[email protected]>
Signed-off-by: Andrea Gelmini <[email protected]>
Closes #11774
Diffstat (limited to 'etc')
-rw-r--r-- | etc/zfs/zfs-functions.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/zfs/zfs-functions.in b/etc/zfs/zfs-functions.in index c2ce6157c..54f2ebc0e 100644 --- a/etc/zfs/zfs-functions.in +++ b/etc/zfs/zfs-functions.in @@ -14,13 +14,13 @@ PATH=/sbin:/bin:/usr/bin:/usr/sbin # Source function library if [ -f /etc/rc.d/init.d/functions ]; then - # RedHat and derivates + # RedHat and derivatives . /etc/rc.d/init.d/functions elif [ -L /etc/init.d/functions.sh ]; then # Gentoo . /etc/init.d/functions.sh elif [ -f /lib/lsb/init-functions ]; then - # LSB, Debian GNU/Linux and derivates + # LSB, Debian GNU/Linux and derivatives . /lib/lsb/init-functions fi |