summaryrefslogtreecommitdiffstats
path: root/qapi
diff options
context:
space:
mode:
authorMarkus Armbruster2018-07-03 10:53:27 +0200
committerMarkus Armbruster2018-07-03 11:46:54 +0200
commitc06982122036546fcbfe40f5b22ae7088d28c9a2 (patch)
treebdccc530e284931738757c390f8d40d2bcfb9f17 /qapi
parentMerge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging (diff)
downloadqemu-c06982122036546fcbfe40f5b22ae7088d28c9a2.tar.gz
qemu-c06982122036546fcbfe40f5b22ae7088d28c9a2.tar.xz
qemu-c06982122036546fcbfe40f5b22ae7088d28c9a2.zip
qmp: Say "out-of-band" instead of "Out-Of-Band"
Affects documentation and a few error messages. Signed-off-by: Markus Armbruster <armbru@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com> Message-Id: <20180703085358.13941-2-armbru@redhat.com>
Diffstat (limited to 'qapi')
-rw-r--r--qapi/misc.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/qapi/misc.json b/qapi/misc.json
index 29da7856e3..0446c3e48e 100644
--- a/qapi/misc.json
+++ b/qapi/misc.json
@@ -46,7 +46,7 @@
# Enumeration of capabilities to be advertised during initial client
# connection, used for agreeing on particular QMP extension behaviors.
#
-# @oob: QMP ability to support Out-Of-Band requests.
+# @oob: QMP ability to support out-of-band requests.
# (Please refer to qmp-spec.txt for more information on OOB)
#
# Since: 2.12