mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
fix minor typo in status output
This commit is contained in:
parent
c4a5390408
commit
668bb8a879
2
dist/tools/toolchains/build_gnuarm.sh
vendored
2
dist/tools/toolchains/build_gnuarm.sh
vendored
@ -143,7 +143,7 @@ download_file() {
|
||||
}
|
||||
|
||||
check_space() {
|
||||
echo "Checkign disk space in ${TMP_DIR}"
|
||||
echo "Checking disk space in ${TMP_DIR}"
|
||||
if [ $FREETMP -lt $SPACE_NEEDED ]
|
||||
then
|
||||
echo "Not enough available space in ${TMP_DIR}. Minimum ${SPACE_NEEDED} free bytes required."
|
||||
|
Loading…
Reference in New Issue
Block a user