fix #1022 correct typo

This commit is contained in:
Wolfgang Link
2016-06-14 09:39:36 +02:00
committed by Dietmar Maurer
parent 8a6f69c9b0
commit e967e0ef27

View File

@ -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 } ],