From a509a86bbfe77db20d676caa5f3c421d5a781780 Mon Sep 17 00:00:00 2001 From: Mike Gilbert Date: Thu, 1 Jun 2023 15:21:23 -0400 Subject: net/bonding.sh: fix spelling of "lose" Signed-off-by: Mike Gilbert Closes: https://github.com/gentoo/netifrc/pull/47 Signed-off-by: Sam James --- net/bonding.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/bonding.sh b/net/bonding.sh index d8f48d8..e3fcaa7 100644 --- a/net/bonding.sh +++ b/net/bonding.sh @@ -8,7 +8,7 @@ bonding_depend() before interface macchanger program ip ifconfig # If you do not have sysfs, you MUST have this binary instead for ioctl - # Also you will loose some functionality that cannot be done via sysfs: + # Also you will lose some functionality that cannot be done via sysfs: if [ ! -d /sys/class/net ]; then program ifenslave fi -- cgit v1.2.3-65-gdbad