Whamcloud - gitweb
Branch HEAD
authoradilger <adilger>
Mon, 12 May 2008 03:47:24 +0000 (03:47 +0000)
committeradilger <adilger>
Mon, 12 May 2008 03:47:24 +0000 (03:47 +0000)
Fix typo in error message.

lustre/tests/sanity-quota.sh

index 8aa4c66..7b24a85 100644 (file)
@@ -228,7 +228,7 @@ test_2() {
 
        echo "    Create $LIMIT files ..."
        $RUNAS createmany -m ${TESTFILE} $LIMIT || \
-           error "(usr) create failure, but except success"
+           error "(usr) create failure, but expect success"
        echo "    Done"
        echo "    Create out of file quota ..."
        $RUNAS touch ${TESTFILE}_xxx && \