]> git.proxmox.com Git - pve-storage.git/commitdiff
test: rbd: typo fix
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 12 Apr 2021 13:27:14 +0000 (15:27 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 12 Apr 2021 13:27:33 +0000 (15:27 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
test/rbd_namespace.pl

index aaed30579c6026961651fbc0509ed80c27d1a00e..37e8eba8ac42c5f7672ca7ff7b0d079116204d80 100755 (executable)
@@ -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);