summaryrefslogtreecommitdiffstats
path: root/xlators/storage/posix/src/posix-handle.c
diff options
context:
space:
mode:
Diffstat (limited to 'xlators/storage/posix/src/posix-handle.c')
-rw-r--r--xlators/storage/posix/src/posix-handle.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/storage/posix/src/posix-handle.c b/xlators/storage/posix/src/posix-handle.c
index 0bb4c055a3c..ed95b04b69c 100644
--- a/xlators/storage/posix/src/posix-handle.c
+++ b/xlators/storage/posix/src/posix-handle.c
@@ -209,7 +209,7 @@ posix_make_ancestryfromgfid (xlator_t *this, char *path, int pathsize,
if (top == PATH_MAX/2) {
gf_msg (this->name, GF_LOG_ERROR,
P_MSG_ANCESTORY_FAILED,
- 0, "build ancestory failed due to "
+ 0, "build ancestry failed due to "
"deep directory hierarchy, depth: %d.", top);
*op_errno = EINVAL;
ret = -1;