diff options
author | Robby Workman <rworkman@slackware.com> | 2021-02-28 15:02:01 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackware.com> | 2021-02-28 15:02:01 -0600 |
commit | dd89f423ded06bc7ff3e9be6bda7090d44fd22f4 (patch) | |
tree | 3e6a7791d5ecfe4c99b18cca73386e638a4f016e /rc.inet1 | |
parent | 7985a762dbddd5e5fd467e7cef3bc3d1821c64ea (diff) | |
download | slacknetsetup-dd89f423ded06bc7ff3e9be6bda7090d44fd22f4.tar.xz |
rc.inet1: Fix typo (destory -> destroy)
Diffstat (limited to 'rc.inet1')
-rw-r--r-- | rc.inet1 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -130,7 +130,7 @@ virtif_create() { done } -# Function to destory virtual interfaces +# Function to destroy virtual interfaces virtif_destroy() { # argument is 'i' - the position of this interface in the VIRTIFNAME array. for i in $(seq 0 $((${#VIRTIFNAME[@]} - 1))); do |