aboutsummaryrefslogtreecommitdiff
path: root/scrub/e2scrub.in
diff options
context:
space:
mode:
authorSamanta Navarro <ferivoz@riseup.net>2022-12-30 12:01:34 +0000
committerTheodore Ts'o <tytso@mit.edu>2023-01-26 10:47:04 -0500
commit206541974a2356208480a5da9df676569cbb0793 (patch)
tree0073af65f19edae30ed8ea1c5838f26c31ecd114 /scrub/e2scrub.in
parent6cae615a47dfe37fe5fd096accb82579813a6366 (diff)
downloade2fsprogs-206541974a2356208480a5da9df676569cbb0793.tar.gz
Fix various spelling typos
Typos found with codespell. Signed-off-by: Samanta Navarro <ferivoz@riseup.net> Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Diffstat (limited to 'scrub/e2scrub.in')
-rw-r--r--scrub/e2scrub.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/scrub/e2scrub.in b/scrub/e2scrub.in
index 30ab7cbd..7ed57f2d 100644
--- a/scrub/e2scrub.in
+++ b/scrub/e2scrub.in
@@ -164,7 +164,7 @@ lvm_vars="$(lvs --nameprefixes -o name,vgname,lv_role --noheadings "${dev}" 2> /
eval "${lvm_vars}"
if [ -z "${LVM2_VG_NAME}" ] || [ -z "${LVM2_LV_NAME}" ] ||
echo "${LVM2_LV_ROLE}" | grep -q "snapshot"; then
- echo "${arg}: Not connnected to an LVM logical volume."
+ echo "${arg}: Not connected to an LVM logical volume."
print_help
exitcode 16
fi