On 06/02/2019 21:28, Eric Blake wrote: > Present since commit b25b387f (2.10). > > Signed-off-by: Eric Blake <ebl...@redhat.com> > --- > 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 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 > ## >
Applied to my trivial-patches branch. Thanks, Laurent