diff options
author | Doug Goldstein <cardoe@cardoe.com> | 2012-09-09 17:07:28 -0500 |
---|---|---|
committer | Eric Blake <eblake@redhat.com> | 2012-09-19 06:59:19 -0600 |
commit | c88a4f2a4623065b4c8f65d9d3c425ba67dc9a18 (patch) | |
tree | 887cfee620d36df34a45022b0ea771b7629a2878 | |
parent | virsh: Fix resource leaks when editing files. (diff) | |
download | libvirt-c88a4f2a4623065b4c8f65d9d3c425ba67dc9a18.tar.gz libvirt-c88a4f2a4623065b4c8f65d9d3c425ba67dc9a18.tar.bz2 libvirt-c88a4f2a4623065b4c8f65d9d3c425ba67dc9a18.zip |
virsh: Rename QEmu to QEMU to match upstream
Match upstream's naming of QEMU. There was a notice on the ML that said
the preferred spelling was QEMU a while back.
-rw-r--r-- | tools/virsh.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/virsh.c b/tools/virsh.c index d0b302a53..6a72412ba 100644 --- a/tools/virsh.c +++ b/tools/virsh.c @@ -2654,7 +2654,7 @@ vshShowVersion(vshControl *ctl ATTRIBUTE_UNUSED) vshPrint(ctl, "%s", _("Compiled with support for:\n")); vshPrint(ctl, "%s", _(" Hypervisors:")); #ifdef WITH_QEMU - vshPrint(ctl, " QEmu/KVM"); + vshPrint(ctl, " QEMU/KVM"); #endif #ifdef WITH_LXC vshPrint(ctl, " LXC"); |