fix typo, whitespace cleanups

This commit is contained in:
Dietmar Maurer 2013-05-03 08:39:41 +02:00
parent 00b095caba
commit 2dd530430b

View File

@ -2018,7 +2018,7 @@ __PACKAGE__->register_method({
my ($size) = PVE::Storage::volume_size_info($storecfg, $drive->{file}, 3);
print "create ful clone of drive $opt ($drive->{file})\n";
print "create full clone of drive $opt ($drive->{file})\n";
$newvolid = PVE::Storage::vdisk_alloc($storecfg, $storeid, $newid, $fmt, undef, ($size/1024));
push @$newvollist, $newvolid;