summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobby Workman <rworkman@slackware.com>2021-02-28 15:02:01 -0600
committerRobby Workman <rworkman@slackware.com>2021-02-28 15:02:01 -0600
commitdd89f423ded06bc7ff3e9be6bda7090d44fd22f4 (patch)
tree3e6a7791d5ecfe4c99b18cca73386e638a4f016e
parent7985a762dbddd5e5fd467e7cef3bc3d1821c64ea (diff)
downloadslacknetsetup-dd89f423ded06bc7ff3e9be6bda7090d44fd22f4.tar.xz
rc.inet1: Fix typo (destory -> destroy)
-rw-r--r--rc.inet12
1 files changed, 1 insertions, 1 deletions
diff --git a/rc.inet1 b/rc.inet1
index c1df7a3..755e7ef 100644
--- a/rc.inet1
+++ b/rc.inet1
@@ -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