diff mbox series

[3/3] qapi: Fix typo

Message ID 20220420153408.243584-4-abologna@redhat.com
State New
Headers show
Series qapi: Random small fixes | expand

Commit Message

Andrea Bolognani April 20, 2022, 3:34 p.m. UTC
Signed-off-by: Andrea Bolognani <abologna@redhat.com>
---
 qapi/sockets.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

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
 ##