diff options
| author | Csaba Henk <csaba@gluster.com> | 2009-12-11 08:50:34 +0000 | 
|---|---|---|
| committer | Vijay Bellur <vijay@dev.gluster.com> | 2009-12-14 05:02:16 -0800 | 
| commit | 32b3961727cb61aed79de80bdc2c46da0dcea4d8 (patch) | |
| tree | 1e29636b403efaeb9017c22c1c186b6b0feee0d5 | |
| parent | 8379edd97876a85fe1231b7cc8d4cc40f962c5cc (diff) | |
fix typo in posix
Signed-off-by: Vijay Bellur <vijay@dev.gluster.com>
| -rw-r--r-- | xlators/storage/posix/src/posix.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/storage/posix/src/posix.c b/xlators/storage/posix/src/posix.c index c4e63fa6a..b3217154a 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;  			}  | 
