summaryrefslogtreecommitdiffstats
path: root/xlators
diff options
context:
space:
mode:
Diffstat (limited to 'xlators')
-rw-r--r--xlators/storage/posix/src/posix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/storage/posix/src/posix.c b/xlators/storage/posix/src/posix.c
index c4e63fa6a80..b3217154ac0 100644
--- a/xlators/storage/posix/src/posix.c
+++ b/xlators/storage/posix/src/posix.c
@@ -4811,7 +4811,7 @@ init (xlator_t *this)
&tmp_bool) == -1) {
gf_log (this->name, GF_LOG_ERROR,
"wrong option provided for key "
- "\"mandate-xattr\"");
+ "\"mandate-attribute\"");
ret = -1;
goto out;
}