From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:50245) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1guEYl-0002Hx-FN for qemu-devel@nongnu.org; Thu, 14 Feb 2019 05:48:12 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1guEYj-0002iw-6c for qemu-devel@nongnu.org; Thu, 14 Feb 2019 05:48:03 -0500 From: Laurent Vivier Date: Thu, 14 Feb 2019 11:47:04 +0100 Message-Id: <20190214104717.3543-2-laurent@vivier.eu> In-Reply-To: <20190214104717.3543-1-laurent@vivier.eu> References: <20190214104717.3543-1-laurent@vivier.eu> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [Qemu-devel] [PULL 01/14] qapi: Fix qcow2 encryption doc typo List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Laurent Vivier , Paolo Bonzini , kvm@vger.kernel.org, libvir-list@redhat.com, "Michael S. Tsirkin" , Eric Blake , Markus Armbruster , Michael Tokarev , "Dr. David Alan Gilbert" , qemu-trivial@nongnu.org, Gerd Hoffmann , Artyom Tarasenko , Kamil Rytarowski , Mark Cave-Ayland , Thomas Huth From: Eric Blake 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 0f349d460336..ee1ab7a8a259 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 ## -- 2.20.1