summaryrefslogtreecommitdiffstats
path: root/libdm
diff options
context:
space:
mode:
authorAlasdair Kergon <agk@redhat.com>2012-03-06 02:42:31 +0000
committerAlasdair Kergon <agk@redhat.com>2012-03-06 02:42:31 +0000
commitea44a7d759b69d87e3ff0d7e370cf8203340f897 (patch)
tree8fbb63a225b8cd2c13e823608c22fd26d6bbaf87 /libdm
parent243a5ba90fcd79daa6ed905645b299ce071412ae (diff)
downloadlvm2-ea44a7d759b69d87e3ff0d7e370cf8203340f897.tar.gz
lvm2-ea44a7d759b69d87e3ff0d7e370cf8203340f897.tar.xz
lvm2-ea44a7d759b69d87e3ff0d7e370cf8203340f897.zip
Adjust wording
Diffstat (limited to 'libdm')
-rw-r--r--libdm/libdm-common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libdm/libdm-common.c b/libdm/libdm-common.c
index 15a6316e..fd775ca3 100644
--- a/libdm/libdm-common.c
+++ b/libdm/libdm-common.c
@@ -329,7 +329,7 @@ static int _is_whitelisted_char(char c)
int check_multiple_mangled_name_allowed(dm_string_mangling_t mode, const char *name)
{
if (mode == 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. "
"This is not allowed in auto mode.", name);
return 0;
}