From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49622) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d3drE-0007kt-36 for qemu-devel@nongnu.org; Thu, 27 Apr 2017 03:28:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d3drD-0005Go-6s for qemu-devel@nongnu.org; Thu, 27 Apr 2017 03:28:56 -0400 References: <20170426221046.4596-1-eblake@redhat.com> From: Laurent Vivier Message-ID: <459d5638-9be2-c720-7470-5c14402462a0@redhat.com> Date: Thu, 27 Apr 2017 09:28:47 +0200 MIME-Version: 1.0 In-Reply-To: <20170426221046.4596-1-eblake@redhat.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [Qemu-trivial] [PATCH] iotests: Fix typo in 026 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eric Blake , qemu-devel@nongnu.org Cc: qemu-trivial@nongnu.org, Kevin Wolf , "open list:Block layer core" , Max Reitz On 27/04/2017 00:10, Eric Blake wrote: > s/refcout/refcount/ > > CC: qemu-trivial@nongnu.org > Signed-off-by: Eric Blake Reviewed-by: Laurent Vivier > --- > tests/qemu-iotests/026 | 2 +- > tests/qemu-iotests/026.out | 2 +- > tests/qemu-iotests/026.out.nocache | 2 +- > 3 files changed, 3 insertions(+), 3 deletions(-) > > diff --git a/tests/qemu-iotests/026 b/tests/qemu-iotests/026 > index f5a7f02..7fadfba 100755 > --- a/tests/qemu-iotests/026 > +++ b/tests/qemu-iotests/026 > @@ -119,7 +119,7 @@ done > > > echo > -echo === Refcout table growth tests === > +echo === Refcount table growth tests === > echo > CLUSTER_SIZE=512 > > diff --git a/tests/qemu-iotests/026.out b/tests/qemu-iotests/026.out > index 59b8f74..86a50a2 100644 > --- a/tests/qemu-iotests/026.out > +++ b/tests/qemu-iotests/026.out > @@ -462,7 +462,7 @@ Event: cluster_alloc; errno: 28; imm: off; once: off; write -b > write failed: No space left on device > No errors were found on the image. > > -=== Refcout table growth tests === > +=== Refcount table growth tests === > > Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=1073741824 > > diff --git a/tests/qemu-iotests/026.out.nocache b/tests/qemu-iotests/026.out.nocache > index b4aeebc..ea2e166 100644 > --- a/tests/qemu-iotests/026.out.nocache > +++ b/tests/qemu-iotests/026.out.nocache > @@ -470,7 +470,7 @@ Event: cluster_alloc; errno: 28; imm: off; once: off; write -b > write failed: No space left on device > No errors were found on the image. > > -=== Refcout table growth tests === > +=== Refcount table growth tests === > > Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=1073741824 >