test: rbd: typo fix

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht
2021-04-12 15:27:14 +02:00
parent 33191d3266
commit 23ba4ac2c6

View File

@ -120,7 +120,7 @@ sub run_test_cmd {
}
sub prepare {
print "Preparing test environent\n";
print "Preparing test environment\n";
my $pools = run_cmd("ceph osd pool ls --format json", 1);