From: Eric Blake Date: Wed, 6 Feb 2019 20:28:48 +0000 (-0600) Subject: qapi: Fix qcow2 encryption doc typo X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=58823a0b48222b9d9cabf34d5f22a890f1ce3ba0;p=qemu.git qapi: Fix qcow2 encryption doc typo Present since commit b25b387f (2.10). Signed-off-by: Eric Blake Reviewed-by: Thomas Huth Message-Id: <20190206202848.16999-1-eblake@redhat.com> Signed-off-by: Laurent Vivier --- diff --git a/qapi/block-core.json b/qapi/block-core.json index 0f349d4603..ee1ab7a8a2 100644 --- a/qapi/block-core.json +++ b/qapi/block-core.json @@ -2998,7 +2998,7 @@ ## # @BlockdevQcow2EncryptionFormat: -# @aes: AES-CBC with plain64 initialization venctors +# @aes: AES-CBC with plain64 initialization vectors # # Since: 2.10 ##