From dd89f423ded06bc7ff3e9be6bda7090d44fd22f4 Mon Sep 17 00:00:00 2001 From: Robby Workman Date: Sun, 28 Feb 2021 15:02:01 -0600 Subject: rc.inet1: Fix typo (destory -> destroy) --- rc.inet1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3