diff options
author | Eric Blake <eblake@redhat.com> | 2019-02-06 14:28:48 -0600 |
---|---|---|
committer | Laurent Vivier <laurent@vivier.eu> | 2019-02-14 10:38:14 +0100 |
commit | 58823a0b48222b9d9cabf34d5f22a890f1ce3ba0 (patch) | |
tree | 9166b47d35aa395b00e5841c5fd2622860075796 | |
parent | 0b5e750bea635b167eb03d86c3d9a09bbd43bc06 (diff) | |
download | qemu-58823a0b48222b9d9cabf34d5f22a890f1ce3ba0.zip qemu-58823a0b48222b9d9cabf34d5f22a890f1ce3ba0.tar.gz qemu-58823a0b48222b9d9cabf34d5f22a890f1ce3ba0.tar.bz2 |
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.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qapi/block-core.json b/qapi/block-core.json index 0f349d4..ee1ab7a 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 ## |