From abecf78c963e09858597dcef0367dc5c46f0780a Mon Sep 17 00:00:00 2001
From: adilger <adilger>
Date: Mon, 12 May 2008 03:47:24 +0000
Subject: [PATCH] Branch HEAD Fix typo in error message.

---
 lustre/tests/sanity-quota.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lustre/tests/sanity-quota.sh b/lustre/tests/sanity-quota.sh
index 8aa4c66f71..7b24a8593f 100644
--- a/lustre/tests/sanity-quota.sh
+++ b/lustre/tests/sanity-quota.sh
@@ -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 && \
-- 
GitLab