Quellcode durchsuchen

qapi-schema: Fix SpiceChannel docs

The value is called channel-type, not connection-type

Signed-off-by: Cole Robinson <crobinso@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Cole Robinson vor 10 Jahren
Ursprung
Commit
7e781c7944
1 geänderte Dateien mit 3 neuen und 3 gelöschten Zeilen
  1. 3 3
      qapi-schema.json

+ 3 - 3
qapi-schema.json

@@ -871,9 +871,9 @@
 # @connection-id: SPICE connection id number.  All channels with the same id
 # @connection-id: SPICE connection id number.  All channels with the same id
 #                 belong to the same SPICE session.
 #                 belong to the same SPICE session.
 #
 #
-# @connection-type: SPICE channel type number.  "1" is the main control
-#                   channel, filter for this one if you want to track spice
-#                   sessions only
+# @channel-type: SPICE channel type number.  "1" is the main control
+#                channel, filter for this one if you want to track spice
+#                sessions only
 #
 #
 # @channel-id: SPICE channel ID number.  Usually "0", might be different when
 # @channel-id: SPICE channel ID number.  Usually "0", might be different when
 #              multiple channels of the same type exist, such as multiple
 #              multiple channels of the same type exist, such as multiple