diff options
author | Mark Allen <[email protected]> | 2016-05-01 18:12:00 -0500 |
---|---|---|
committer | Mark Allen <[email protected]> | 2016-05-01 18:12:00 -0500 |
commit | 237cd38f90d318eb1446c052d599607af9f5b84f (patch) | |
tree | a1c548942457f26971248d72cab95e3bc4fced67 | |
parent | c7f8aaf13c1b77e05853ef1fd128e8a0a2d235a7 (diff) | |
download | kerl-237cd38f90d318eb1446c052d599607af9f5b84f.tar.gz kerl-237cd38f90d318eb1446c052d599607af9f5b84f.tar.bz2 kerl-237cd38f90d318eb1446c052d599607af9f5b84f.zip |
Fix typos
-rwxr-xr-x | kerl | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |