aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Allen <[email protected]>2016-05-01 18:12:00 -0500
committerMark Allen <[email protected]>2016-05-01 18:12:00 -0500
commit237cd38f90d318eb1446c052d599607af9f5b84f (patch)
treea1c548942457f26971248d72cab95e3bc4fced67
parentc7f8aaf13c1b77e05853ef1fd128e8a0a2d235a7 (diff)
downloadkerl-237cd38f90d318eb1446c052d599607af9f5b84f.tar.gz
kerl-237cd38f90d318eb1446c052d599607af9f5b84f.tar.bz2
kerl-237cd38f90d318eb1446c052d599607af9f5b84f.zip
Fix typos
-rwxr-xr-xkerl4
1 files changed, 2 insertions, 2 deletions
diff --git a/kerl b/kerl
index f799a92..a150dc3 100755
--- a/kerl
+++ b/kerl
@@ -607,12 +607,12 @@ ACTIVATE
if [ "$rel" != "git" ]; then
if [ -n "$KERL_INSTALL_MANPAGES" ]; then
echo "Fetching and installing manpages..."
- do_install_manpages "$rel"
+ download_manpages "$rel"
fi
if [ -n "$KERL_INSTALL_HTMLDOCS" ]; then
echo "Fetching and installing HTML docs..."
- do_install_htmldocs "$rel"
+ download_htmldocs "$rel"
fi
fi
fi