From: Thomas Lamprecht Date: Mon, 12 Apr 2021 13:27:14 +0000 (+0200) Subject: test: rbd: typo fix X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=23ba4ac2c65ab440852687f2797c8586ab8dc7b0;p=pve-storage.git test: rbd: typo fix Signed-off-by: Thomas Lamprecht --- diff --git a/test/rbd_namespace.pl b/test/rbd_namespace.pl index aaed305..37e8eba 100755 --- a/test/rbd_namespace.pl +++ b/test/rbd_namespace.pl @@ -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);