From: Wolfgang Link Date: Tue, 14 Jun 2016 07:39:36 +0000 (+0200) Subject: fix #1022 correct typo X-Git-Url: https://git.proxmox.com/?p=pve-storage.git;a=commitdiff_plain;h=e967e0ef27c677240d2b45632113036f2564c09d fix #1022 correct typo --- 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 } ],