[pve-devel] [PATCH pve-container] Typo in resize_vm subroutine
Emmanuel Kasper
e.kasper at proxmox.com
Tue Oct 6 11:32:14 CEST 2015
---
src/PVE/API2/LXC/Config.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/PVE/API2/LXC/Config.pm b/src/PVE/API2/LXC/Config.pm
index c363850..cd1a9cd 100644
--- a/src/PVE/API2/LXC/Config.pm
+++ b/src/PVE/API2/LXC/Config.pm
@@ -252,7 +252,7 @@ __PACKAGE__->register_method({
$newsize += $size if $ext;
$newsize = int($newsize);
- die "unable to skrink disk size\n" if $newsize < $size;
+ die "unable to shrink disk size\n" if $newsize < $size;
return if $size == $newsize;
--
2.1.4
More information about the pve-devel
mailing list