qapi: Fix qcow2 encryption doc typo
authorEric Blake <eblake@redhat.com>
Wed, 6 Feb 2019 20:28:48 +0000 (14:28 -0600)
committerLaurent Vivier <laurent@vivier.eu>
Thu, 14 Feb 2019 09:38:14 +0000 (10:38 +0100)
Present since commit b25b387f (2.10).

Signed-off-by: Eric Blake <eblake@redhat.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Message-Id: <20190206202848.16999-1-eblake@redhat.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
qapi/block-core.json

index 0f349d46033607017d369584572fab5be6cc5bda..ee1ab7a8a259434af6fefc3681363d4194e9a7d8 100644 (file)
 
 ##
 # @BlockdevQcow2EncryptionFormat:
-# @aes: AES-CBC with plain64 initialization venctors
+# @aes: AES-CBC with plain64 initialization vectors
 #
 # Since: 2.10
 ##