diff options
author | Eric Blake | 2017-04-27 00:10:46 +0200 |
---|---|---|
committer | Kevin Wolf | 2017-04-27 15:46:16 +0200 |
commit | 8248169497ec8b15504815e86bb85b588dbe0592 (patch) | |
tree | 2fcae7794542feea9a9ce1ac67a398a038186149 /tests/qemu-iotests/026 | |
parent | Issue a deprecation warning if the user specifies the "-hdachs" option. (diff) | |
download | qemu-8248169497ec8b15504815e86bb85b588dbe0592.tar.gz qemu-8248169497ec8b15504815e86bb85b588dbe0592.tar.xz qemu-8248169497ec8b15504815e86bb85b588dbe0592.zip |
iotests: Fix typo in 026
s/refcout/refcount/
CC: qemu-trivial@nongnu.org
Signed-off-by: Eric Blake <eblake@redhat.com>
Reviewed-by: Laurent Vivier <lvivier@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'tests/qemu-iotests/026')
-rwxr-xr-x | tests/qemu-iotests/026 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/qemu-iotests/026 b/tests/qemu-iotests/026 index f5a7f02b25..7fadfbace5 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 |