Skip to content

Commit

Permalink
fix minor typo in status output
Browse files Browse the repository at this point in the history
  • Loading branch information
kaspar030 committed Aug 13, 2013
1 parent c4a5390 commit 668bb8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/tools/toolchains/build_gnuarm.sh
Expand Up @@ -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."
Expand Down

0 comments on commit 668bb8a

Please sign in to comment.