summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKerin Millar <kfm@plushkava.net>2024-06-27 18:04:59 +0100
committerKerin Millar <kfm@plushkava.net>2024-06-28 18:39:01 +0100
commit97812b30f2810a29a4ade83b31514877254f63e3 (patch)
treebfb8dc84abd9c9dd1d62c093157fd4cdf00eb3cd
parentAdd the substr() function (diff)
downloadgentoo-functions-97812b30f2810a29a4ade83b31514877254f63e3.tar.gz
gentoo-functions-97812b30f2810a29a4ade83b31514877254f63e3.tar.bz2
gentoo-functions-97812b30f2810a29a4ade83b31514877254f63e3.zip
Rectify a grammatical error in fetch()
Signed-off-by: Kerin Millar <kfm@plushkava.net>
-rw-r--r--functions.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions.sh b/functions.sh
index 43a21e4..4103f9d 100644
--- a/functions.sh
+++ b/functions.sh
@@ -82,7 +82,7 @@ fetch()
wget -nv -O - --connect-timeout 10 -- "$@"
}
else
- warn "fetch: this function requires that curl or wget to be installed"
+ warn "fetch: this function requires that curl or wget be installed"
return 127
fi