s/sprinf/sprintf/ (#3597)

This commit is contained in:
Simon Bomm 2022-04-15 11:15:06 +02:00 committed by GitHub
parent 9c4acc9fa7
commit 3db06de4d9
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ use centreon::plugins::misc;
sub prefix_sp_output {
my ($self, %options) = @_;
return sprinf(
return sprintf(
"Storage Pool '%s'",
$options{instance_value}->{display}
);