summaryrefslogtreecommitdiffstats
path: root/xlators/storage/posix/src/posix.c
diff options
context:
space:
mode:
authorCsaba Henk <csaba@gluster.com>2009-12-11 08:50:34 +0000
committerVijay Bellur <vijay@dev.gluster.com>2009-12-14 05:02:16 -0800
commit32b3961727cb61aed79de80bdc2c46da0dcea4d8 (patch)
tree1e29636b403efaeb9017c22c1c186b6b0feee0d5 /xlators/storage/posix/src/posix.c
parent8379edd97876a85fe1231b7cc8d4cc40f962c5cc (diff)
fix typo in posix
Signed-off-by: Vijay Bellur <vijay@dev.gluster.com>
Diffstat (limited to 'xlators/storage/posix/src/posix.c')
-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;
}