diff options
author | Andrea Bolognani <abologna@redhat.com> | 2022-04-20 17:34:08 +0200 |
---|---|---|
committer | Markus Armbruster <armbru@redhat.com> | 2022-04-21 10:22:54 +0200 |
commit | 068613f065e4200f6e32862deb4e18250e5dca3a (patch) | |
tree | b53a23c71c46765c1ca26296e8bc35056ca5fda4 | |
parent | f43471297be23daea0333f4d84eec34cf866a47c (diff) |
qapi: Fix typo
Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Message-Id: <20220420153408.243584-4-abologna@redhat.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
-rw-r--r-- | qapi/sockets.json | 2 |
1 files changed, 1 insertions, 1 deletions
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 ## |