summaryrefslogtreecommitdiffstats
path: root/tools/dmsetup.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/dmsetup.c')
-rw-r--r--tools/dmsetup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/dmsetup.c b/tools/dmsetup.c
index d07ebc03..d2937063 100644
--- a/tools/dmsetup.c
+++ b/tools/dmsetup.c
@@ -2945,7 +2945,7 @@ static int _mangle(CMD_ARGS)
: DEFAULT_DM_NAME_MANGLING;
if (target_format == DM_STRING_MANGLING_AUTO && strstr(name, "\\x5cx")) {
- log_error("The name \"%s\" seems to be multiple mangled. "
+ log_error("The name \"%s\" seems to be mangled more than once. "
"Manual intervention required to rename the device.", name);
goto out;
}