From 16fe92af50fe5f8a96d90b04282eabece419ad7e Mon Sep 17 00:00:00 2001 From: thephez Date: Mon, 5 Feb 2018 15:37:07 -0500 Subject: [PATCH] script - Typo fix --- scripts/build-install-doxygen.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/build-install-doxygen.sh b/scripts/build-install-doxygen.sh index 270f823a..5fcd6aaf 100644 --- a/scripts/build-install-doxygen.sh +++ b/scripts/build-install-doxygen.sh @@ -9,8 +9,8 @@ then echo "Doxygen binary found. Skipping build." else - echo "Doxygen binary not found. Building form source..." - + echo "Doxygen binary not found. Building from source..." + # Build instructions from: https://www.stack.nl/~dimitri/doxygen/download.html echo "Cloning doxygen repository..." git clone https://github.com/doxygen/doxygen.git doxygen-src