diff options
Diffstat (limited to 'xlators/lib')
| -rw-r--r-- | xlators/lib/src/libxlator.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/lib/src/libxlator.c b/xlators/lib/src/libxlator.c index 3991d80ff09..df302d11d0a 100644 --- a/xlators/lib/src/libxlator.c +++ b/xlators/lib/src/libxlator.c @@ -395,7 +395,7 @@ cluster_getmarkerattr (call_frame_t *frame,xlator_t *this, loc_t *loc,                                      loc, name);                  else {                          gf_log (this->name, GF_LOG_WARNING, -                                 "Unrecognized type of marker attr recived"); +                                 "Unrecognized type of marker attr received");                          STACK_WIND (frame, default_getxattr_cbk,                                      *(sub_volumes + i),                                      (*(sub_volumes + i))->fops->getxattr,  | 
