From 353dfd08c6af241b9314cf07cd5b4e3b2af4bece Mon Sep 17 00:00:00 2001 From: hk Date: Wed, 7 Jun 2017 12:25:55 +0200 Subject: [PATCH] Fix typo --- src/borgwrapper.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/borgwrapper.sh b/src/borgwrapper.sh index 0f2c916..ac7564f 100755 --- a/src/borgwrapper.sh +++ b/src/borgwrapper.sh @@ -88,7 +88,7 @@ borg_exec () { } convert_rate () { - # Takes the rate in bytes as argument + # Convert IN_RATE to bytes local IN_RATE=${1} local RATE=0 local B_REGEX="^([0-9]+)$" @@ -117,7 +117,7 @@ convert_rate () { limit_bw () { if ! [[ -x $(command -v pv) ]]; then - >&2 echo "WARNING: BWLIMIT is enabled, but the utility 'pv' is not available. Continuing without bandwith limitation." + >&2 echo "WARNING: BWLIMIT is enabled, but the utility 'pv' is not available. Continuing without bandwidth limitation." return 0 fi