summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorlilinjie <lilinjie@uniontech.com>2023-01-04 13:21:13 +0800
committerMarian Csontos <mcsontos@redhat.com>2023-01-11 13:52:12 +0100
commitbb34ebd4e4facb3a12b799bc0541af798e091459 (patch)
tree5836dda5db203678097496a7d2fb1caf41c4037d /test
parent2ab81a3513f200d16d35b07cc8d510ba5d95c001 (diff)
downloadlvm2-bb34ebd4e4facb3a12b799bc0541af798e091459.tar.gz
fix typo
Signed-off-by: lilinjie <lilinjie@uniontech.com> (cherry picked from commit 81b1f5bc3bac0e2e9099b67162da7d1a4995c5f4)
Diffstat (limited to 'test')
-rwxr-xr-xtest/lib/lvm_vdo_wrapper.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lib/lvm_vdo_wrapper.sh b/test/lib/lvm_vdo_wrapper.sh
index b1da2e35b..25a6ce0fe 100755
--- a/test/lib/lvm_vdo_wrapper.sh
+++ b/test/lib/lvm_vdo_wrapper.sh
@@ -6,7 +6,7 @@
set -euE -o pipefail
-# tool for formating 'old' VDO metadata format
+# tool for formatting 'old' VDO metadata format
LVM_VDO_FORMAT=${LVM_VDO_FORMAT-"oldvdoformat"}
# tool for shifting VDO metadata header by 2MiB
LVM_VDO_PREPARE=${LVM_VDO_PREPARE-"oldvdoprepareforlvm"}