[pve-devel] [PATCH] fix #1022 correct typo
Wolfgang Link
w.link at proxmox.com
Tue Jun 14 09:39:36 CEST 2016
---
PVE/CLI/pvesm.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/PVE/CLI/pvesm.pm b/PVE/CLI/pvesm.pm
index f5ae277..e3b4570 100755
--- a/PVE/CLI/pvesm.pm
+++ b/PVE/CLI/pvesm.pm
@@ -151,7 +151,7 @@ our $cmddef = {
alloc => [ "PVE::API2::Storage::Content", 'create', ['storage', 'vmid', 'filename', 'size'],
{ node => $nodename }, sub {
my $volid = shift;
- print "sucessfuly created '$volid'\n";
+ print "successfully created '$volid'\n";
}],
free => [ "PVE::API2::Storage::Content", 'delete', ['volume'],
{ node => $nodename } ],
--
2.1.4
More information about the pve-devel
mailing list