From: Emmanuel Kasper Date: Thu, 13 Oct 2016 12:33:28 +0000 (+0200) Subject: Fix typo X-Git-Url: https://git.proxmox.com/?p=qemu-server.git;a=commitdiff_plain;h=94a17e1deaeb39bcef876cebd58390fa95f8439a Fix typo --- diff --git a/PVE/API2/Qemu.pm b/PVE/API2/Qemu.pm index 21fbebb..ad7a0c0 100644 --- a/PVE/API2/Qemu.pm +++ b/PVE/API2/Qemu.pm @@ -1732,7 +1732,7 @@ __PACKAGE__->register_method({ optional => 1, }, keepActive => { - description => "Do not decativate storage volumes.", + description => "Do not deactivate storage volumes.", type => 'boolean', optional => 1, default => 0, @@ -1883,7 +1883,7 @@ __PACKAGE__->register_method({ default => 0, }, keepActive => { - description => "Do not decativate storage volumes.", + description => "Do not deactivate storage volumes.", type => 'boolean', optional => 1, default => 0,