From e77bca202b4d01f722ec765773b3662567b68699 Mon Sep 17 00:00:00 2001 From: Kroese Date: Thu, 6 Nov 2025 03:46:35 +0100 Subject: [PATCH] fix: Spelling mistake (#1105) --- src/network.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/network.sh b/src/network.sh index 31bf35d..5102003 100644 --- a/src/network.sh +++ b/src/network.sh @@ -634,7 +634,7 @@ getInfo() { [ -d "/sys/class/net/net1" ] && VM_NET_DEV="net1" [ -d "/sys/class/net/net2" ] && VM_NET_DEV="net2" [ -d "/sys/class/net/net3" ] && VM_NET_DEV="net3" - # Automaticly detect the default network interface + # Automatically detect the default network interface [ -z "$VM_NET_DEV" ] && VM_NET_DEV=$(awk '$2 == 00000000 { print $1 }' /proc/net/route) [ -z "$VM_NET_DEV" ] && VM_NET_DEV="eth0" fi