Fix typo.

This commit is contained in:
Wolfgang Link
2018-05-14 07:23:40 +02:00
committed by Wolfgang Bumiller
parent ee8c176d3a
commit fee2cb61e3

View File

@ -334,7 +334,7 @@ __PACKAGE__->register_method ({
my $node = $param->{node};
my $scfg = PVE::Storage::storage_check_enabled($cfg, $param->{storage}, $node);
die "cant upload to storage type '$scfg->{type}'\n"
die "can't upload to storage type '$scfg->{type}'\n"
if !defined($scfg->{path});
my $content = $param->{content};