summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Blake2019-02-06 21:28:48 +0100
committerLaurent Vivier2019-02-14 10:38:14 +0100
commit58823a0b48222b9d9cabf34d5f22a890f1ce3ba0 (patch)
tree9166b47d35aa395b00e5841c5fd2622860075796
parentMerge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ... (diff)
downloadqemu-58823a0b48222b9d9cabf34d5f22a890f1ce3ba0.tar.gz
qemu-58823a0b48222b9d9cabf34d5f22a890f1ce3ba0.tar.xz
qemu-58823a0b48222b9d9cabf34d5f22a890f1ce3ba0.zip
qapi: Fix qcow2 encryption doc typo
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>
-rw-r--r--qapi/block-core.json2
1 files changed, 1 insertions, 1 deletions
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
##