From 740c7e677b3ee6bd7c197e82e6362d9a84ebe0c0 Mon Sep 17 00:00:00 2001 From: Bastien Montagne Date: Sun, 15 Dec 2013 15:52:29 +0100 Subject: Fix typo in previous own commit (thanks to _FrnchFrgg_ for noticing this!). --- build_files/build_environment/install_deps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build_files/build_environment') diff --git a/build_files/build_environment/install_deps.sh b/build_files/build_environment/install_deps.sh index f5f88dba498..e68c09fa38d 100755 --- a/build_files/build_environment/install_deps.sh +++ b/build_files/build_environment/install_deps.sh @@ -1843,7 +1843,7 @@ install_DEB() { if [ $? -eq 0 ]; then install_packages_DEB python$PYTHON_VERSION_MIN-numpy elif $NUMPY_REQUIRED; then - WANING "Valid python package but no valid numpy package!" \ + WARNING "Valid python package but no valid numpy package!" \ " Building both Python and Numpy from sources!" _do_compile=true else -- cgit v1.2.3