diff options
author | Markus Armbruster <armbru@redhat.com> | 2018-07-03 10:53:27 +0200 |
---|---|---|
committer | Markus Armbruster <armbru@redhat.com> | 2018-07-03 11:46:54 +0200 |
commit | c06982122036546fcbfe40f5b22ae7088d28c9a2 (patch) | |
tree | bdccc530e284931738757c390f8d40d2bcfb9f17 /tests/qmp-test.c | |
parent | e8c858944ea61923ca563bb5905bf04624d05f16 (diff) | |
download | qemu-c06982122036546fcbfe40f5b22ae7088d28c9a2.zip qemu-c06982122036546fcbfe40f5b22ae7088d28c9a2.tar.gz qemu-c06982122036546fcbfe40f5b22ae7088d28c9a2.tar.bz2 |
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 'tests/qmp-test.c')
-rw-r--r-- | tests/qmp-test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/qmp-test.c b/tests/qmp-test.c index a49cbc6..5206b14 100644 --- a/tests/qmp-test.c +++ b/tests/qmp-test.c @@ -135,7 +135,7 @@ static void test_qmp_protocol(void) qtest_quit(qts); } -/* Tests for Out-Of-Band support. */ +/* Tests for out-of-band support. */ static void test_qmp_oob(void) { QTestState *qts; |