aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2023-06-01 15:21:23 -0400
committerSam James <sam@gentoo.org>2023-09-10 16:15:45 +0100
commita509a86bbfe77db20d676caa5f3c421d5a781780 (patch)
treef43b6f180c40a126d3e0c3d23d3dc5097ca7cad3
parentRemove absolute paths from commands (diff)
downloadnetifrc-a509a86bbfe77db20d676caa5f3c421d5a781780.tar.gz
netifrc-a509a86bbfe77db20d676caa5f3c421d5a781780.tar.bz2
netifrc-a509a86bbfe77db20d676caa5f3c421d5a781780.zip
net/bonding.sh: fix spelling of "lose"
Signed-off-by: Mike Gilbert <floppym@gentoo.org> Closes: https://github.com/gentoo/netifrc/pull/47 Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--net/bonding.sh2
1 files changed, 1 insertions, 1 deletions
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