From 32b3961727cb61aed79de80bdc2c46da0dcea4d8 Mon Sep 17 00:00:00 2001 From: Csaba Henk Date: Fri, 11 Dec 2009 08:50:34 +0000 Subject: fix typo in posix Signed-off-by: Vijay Bellur --- xlators/storage/posix/src/posix.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xlators/storage/posix/src') 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; } -- cgit