aboutsummaryrefslogtreecommitdiff
path: root/scrub/e2scrub.in
diff options
context:
space:
mode:
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