From 41f467b2228b5335f7fa947d7eab8b73fbc2383d Mon Sep 17 00:00:00 2001 From: green Date: Fri, 9 Jan 2009 03:57:45 +0000 Subject: [PATCH] typo fix --- lustre/tests/replay-single.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lustre/tests/replay-single.sh b/lustre/tests/replay-single.sh index 88c11b3..a759067 100755 --- a/lustre/tests/replay-single.sh +++ b/lustre/tests/replay-single.sh @@ -1731,7 +1731,7 @@ test_80() { dd if=$DIR/$tfile of=/dev/null bs=1024k count=8 || error "Cannot read" cksum2=`md5sum $DIR/$tfile | awk '{print $1}'` if [ $cksum != $cksum2 ] ; then - error "New checksum $cksum2 does not mach original $cksum" + error "New checksum $cksum2 does not match original $cksum" fi } run_test 80 "write replay" @@ -1750,7 +1750,7 @@ test_80b() { dd if=$DIR/$tfile of=/dev/null bs=1024k count=8 || error "Cannot read" cksum2=`md5sum $DIR/$tfile | awk '{print $1}'` if [ $cksum != $cksum2 ] ; then - error "New checksum $cksum2 does not mach original $cksum" + error "New checksum $cksum2 does not match original $cksum" fi } run_test 80b "write replay with changed data (checksum resend)" -- 1.8.3.1