1
0
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:
Kaspar Schleiser 2013-08-13 17:32:34 +02:00
parent c4a5390408
commit 668bb8a879

View File

@ -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."