]> git.sur5r.net Git - bacula/bacula/commitdiff
Fix typo
authorKern Sibbald <kern@sibbald.com>
Wed, 10 Dec 2008 17:24:45 +0000 (17:24 +0000)
committerKern Sibbald <kern@sibbald.com>
Wed, 10 Dec 2008 17:24:45 +0000 (17:24 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@8137 91ce42f0-d328-0410-95d8-f526ca767f89

regress/tests/bsr-read-test

index 81fdab58a3c92fe6e1a4af76843312d4b1080cea..2b8463b9320cf57857a3b9f39c3df3bdeb3bfa4f 100755 (executable)
@@ -118,7 +118,7 @@ perl -ne '
 sub check_bloc {   
   $nb = $last_bloc - $last_bsr_bloc;
   if ($nb > 65000) {
-     print "ERROR: read too much bytes $nb\n";
+     print "ERROR: read too many bytes $nb\n";
   }
 }
 sub print_stat {