commit:     a509a86bbfe77db20d676caa5f3c421d5a781780
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Thu Jun  1 19:21:23 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Sep 10 15:15:45 2023 +0000
URL:        https://gitweb.gentoo.org/proj/netifrc.git/commit/?id=a509a86b

net/bonding.sh: fix spelling of "lose"

Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>
Closes: https://github.com/gentoo/netifrc/pull/47
Signed-off-by: Sam James <sam <AT> gentoo.org>

 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

Reply via email to