]> git.proxmox.com Git - qemu-server.git/blobdiff - PVE/CLI/qm.pm
tree-wide: switch to official spelling of QEMU in descriptions/messages
[qemu-server.git] / PVE / CLI / qm.pm
index 3e0f128931511af33e96c0bd1b5ce946ab7be44d..c3c298241255265711c882129a5ae89a0262d7f2 100755 (executable)
@@ -488,7 +488,7 @@ __PACKAGE__->register_method ({
     name => 'monitor',
     path => 'monitor',
     method => 'POST',
-    description => "Enter Qemu Monitor interface.",
+    description => "Enter QEMU Monitor interface.",
     parameters => {
        additionalProperties => 0,
        properties => {
@@ -503,7 +503,7 @@ __PACKAGE__->register_method ({
 
        my $conf = PVE::QemuConfig->load_config ($vmid); # check if VM exists
 
-       print "Entering Qemu Monitor for VM $vmid - type 'help' for help\n";
+       print "Entering QEMU Monitor for VM $vmid - type 'help' for help\n";
 
        my $term = Term::ReadLine->new('qm');