From 3cb432a02cbdb5546c5d2d4521fe19b46861ef0a Mon Sep 17 00:00:00 2001 From: Manuel Canales Esparcia Date: Sun, 18 Feb 2007 12:39:27 +0000 Subject: [PATCH] Small typo fix. --- common/common-functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/common-functions b/common/common-functions index 9e08f1c..dc510d4 100644 --- a/common/common-functions +++ b/common/common-functions @@ -59,7 +59,7 @@ clean_builddir() { # else # Clean the build directory echo -n "Cleaning $BUILDDIR ..." - # First delete proc and sys directories, if exit. + # First delete proc and sys directories, if exist. # Both should be empty, if not be sure to exit. if [ -d $BUILDDIR/proc ] ; then sudo rmdir $BUILDDIR/proc || exit 1