From 58823a0b48222b9d9cabf34d5f22a890f1ce3ba0 Mon Sep 17 00:00:00 2001 From: Eric Blake Date: Wed, 6 Feb 2019 14:28:48 -0600 Subject: [PATCH] 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 --- qapi/block-core.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ##