script - Typo fix

This commit is contained in:
thephez 2018-02-05 15:37:07 -05:00
parent 7ff2aeb8d5
commit 16fe92af50

View file

@ -9,7 +9,7 @@ then
echo "Doxygen binary found. Skipping build." echo "Doxygen binary found. Skipping build."
else 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 # Build instructions from: https://www.stack.nl/~dimitri/doxygen/download.html
echo "Cloning doxygen repository..." echo "Cloning doxygen repository..."