diff options
author | Mike Gilbert <floppym@gentoo.org> | 2023-06-01 15:21:23 -0400 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-09-10 16:15:45 +0100 |
commit | a509a86bbfe77db20d676caa5f3c421d5a781780 (patch) | |
tree | f43b6f180c40a126d3e0c3d23d3dc5097ca7cad3 | |
parent | Remove absolute paths from commands (diff) | |
download | netifrc-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.sh | 2 |
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 |