diff options
-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 |