From 681e074681d8864c07f6cfa5c263ed6e384da878 Mon Sep 17 00:00:00 2001 From: "luz.paz" Date: Mon, 19 Nov 2018 10:07:39 -0500 Subject: Misc. typos Found using `codespell -q 3 -L shotcut,objext,als,ans,creat,varius,chage,tthe` --- src/fshaper/fshaper.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/fshaper') diff --git a/src/fshaper/fshaper.sh b/src/fshaper/fshaper.sh index 470137895..30a07fb86 100755 --- a/src/fshaper/fshaper.sh +++ b/src/fshaper/fshaper.sh @@ -21,7 +21,7 @@ if [ "$1" = "--clear" ]; then fi DEV=$2 - echo "Removing bandwith limits" + echo "Removing bandwidth limits" /sbin/tc qdisc del dev $DEV root 2> /dev/null > /dev/null /sbin/tc qdisc del dev $DEV ingress 2> /dev/null > /dev/null exit @@ -30,7 +30,7 @@ fi if [ "$1" = "--set" ]; then DEV=$2 - echo "Removing bandwith limit" + echo "Removing bandwidth limit" /sbin/tc qdisc del dev $DEV ingress #2> /dev/null > /dev/null if [ $# -ne 4 ]; then -- cgit v1.2.3-54-g00ecf