From 4c0354fe0fc2f42ec35c57cc69444a825e5c5386 Mon Sep 17 00:00:00 2001 From: Zdenek Kabelac Date: Mon, 20 Sep 2021 15:41:14 +0200 Subject: cleanup: better wording Follow-up advice of native speaker. --- scripts/lvm_import_vdo.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/lvm_import_vdo.sh b/scripts/lvm_import_vdo.sh index 5fda9db1e..af7917b0c 100755 --- a/scripts/lvm_import_vdo.sh +++ b/scripts/lvm_import_vdo.sh @@ -310,7 +310,7 @@ convert2lvm_() { case "$DM_OPEN" in Device*) ;; # no devices *) eval "$DM_OPEN" - test "${DM_OPEN:-0}" -eq 0 || error "Cannot convert VDO volume \"$VDONAME\" which is in use!" + test "${DM_OPEN:-0}" -eq 0 || error "Cannot convert in use VDO volume \"$VDONAME\"!" ;; esac -- cgit v1.2.1