From: Eric Blake Date: Wed, 6 Feb 2019 20:28:48 +0000 (-0600) Subject: qapi: Fix qcow2 encryption doc typo X-Git-Tag: v4.0.0-rc0~97^2~13 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=58823a0b48222b9d9cabf34d5f22a890f1ce3ba0;p=thirdparty%2Fqemu.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 0f349d46033..ee1ab7a8a25 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 ##