]> git.proxmox.com Git - qemu-server.git/commitdiff
fix typo
authorDietmar Maurer <dietmar@proxmox.com>
Fri, 4 Mar 2016 05:22:22 +0000 (06:22 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Fri, 4 Mar 2016 05:22:22 +0000 (06:22 +0100)
PVE/API2/Qemu.pm

index 1bff2f7f43e2001df953989287f464c2db3b4b36..06dc9836f43d16d321077b5259aa992ad4edea05 100644 (file)
@@ -1623,7 +1623,7 @@ __PACKAGE__->register_method({
     method => 'POST',
     protected => 1,
     proxyto => 'node',
-    description => "Stop virtual machine. The qemu process will exit immediatly. This" .
+    description => "Stop virtual machine. The qemu process will exit immediately. This" .
        "is akin to pulling the power plug of a running computer and may damage the VM data",
     permissions => {
        check => ['perm', '/vms/{vmid}', [ 'VM.PowerMgmt' ]],