From 068613f065e4200f6e32862deb4e18250e5dca3a Mon Sep 17 00:00:00 2001 From: Andrea Bolognani Date: Wed, 20 Apr 2022 17:34:08 +0200 Subject: [PATCH] qapi: Fix typo Signed-off-by: Andrea Bolognani Message-Id: <20220420153408.243584-4-abologna@redhat.com> Reviewed-by: Markus Armbruster Signed-off-by: Markus Armbruster --- qapi/sockets.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qapi/sockets.json b/qapi/sockets.json index 5773d9fcc4..fccc38584b 100644 --- a/qapi/sockets.json +++ b/qapi/sockets.json @@ -149,7 +149,7 @@ # # Note: This type is deprecated in favor of SocketAddress. The # difference between SocketAddressLegacy and SocketAddress is that the -# latter is has fewer {} on the wire. +# latter has fewer {} on the wire. # # Since: 1.3 ##