Skip to content

Commit

Permalink
qmp-commands: Fix typo
Browse files Browse the repository at this point in the history
Just a trivial patch to correct a QMP example in qmp-commands.hx.

Signed-off-by: John Snow <jsnow@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
  • Loading branch information
jnsnow authored and Michael Tokarev committed Apr 30, 2015
1 parent 52a53af commit 5403432
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions qmp-commands.hx
Expand Up @@ -2380,7 +2380,7 @@ Example:
"virtual-size":2048000,
"backing_file":"base.qcow2",
"full-backing-filename":"disks/base.qcow2",
"backing-filename-format:"qcow2",
"backing-filename-format":"qcow2",
"snapshots":[
{
"id": "1",
Expand Down Expand Up @@ -3847,7 +3847,7 @@ Example:
"virtual-size":2048000,
"backing_file":"base.qcow2",
"full-backing-filename":"disks/base.qcow2",
"backing-filename-format:"qcow2",
"backing-filename-format":"qcow2",
"snapshots":[
{
"id": "1",
Expand Down

0 comments on commit 5403432

Please sign in to comment.